Jar examples for c:compress-lzf
Compression codec for LZF encoding for particularly encoding/decoding, with reasonable compression. Compressor is basic Lempel-Ziv codec, without Huffman (deflate/gzip) or statistical post-encoding. See "http://oldhome.schmorp.de/marc/liblzf.html" for more on original LZF package.
You can download jar file compress-lzf 0.8.4 in this page.
Apache License 2.0
You can use the following script to add compress-lzf-0.8.4.jar to your project.
<dependency> <groupId>com.ning</groupId> <artifactId>compress-lzf</artifactId> <version>0.8.4</version> </dependency>
compile group: 'com.ning', name: 'compress-lzf', version: '0.8.4'
libraryDependencies += "com.ning" % "compress-lzf" % "0.8.4"
<dependency org="com.ning" name="compress-lzf" rev="0.8.4"/>
@Grapes(@Grab(group='com.ning', module='compress-lzf', version='0.8.4'))
'com.ning:compress-lzf:jar:0.8.4'
Click the following link to download the jar file.
compress-lzf-0.8.4-javadoc.jar