Fork me on GitHub

lzma-java by jponge

LZMA library for Java

This library is based on the Java LZMA SDK by Igor Pavlov. It brings many improvements, including Java conventions and a Java I/O streaming API.

Dependencies

Runtime: Java 5+
Development: Maven 2

Install

Either drop the built Jar archive, or run "mvn package" from the top-level directory of the project.

License

Apache License Version 2.0

Authors

Julien Ponge (julien.ponge@gmail.com)

Contact

Julien Ponge (julien.ponge@gmail.com)

Download

Regular downloads

The release source and binaries can be downloaded from GitHub.

Latest developments

You can download this project most recent development source code from GitHub in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/jponge/lzma-java