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.9.5 in this page.
Apache License 2.0
You can use the following script to add compress-lzf-0.9.5.jar to your project.
<dependency> <groupId>com.ning</groupId> <artifactId>compress-lzf</artifactId> <version>0.9.5</version> </dependency>
compile group: 'com.ning', name: 'compress-lzf', version: '0.9.5'
libraryDependencies += "com.ning" % "compress-lzf" % "0.9.5"
<dependency org="com.ning" name="compress-lzf" rev="0.9.5"/>
@Grapes(@Grab(group='com.ning', module='compress-lzf', version='0.9.5'))
'com.ning:compress-lzf:jar:0.9.5'
Click the following link to download the jar file.
compress-lzf-0.9.5-javadoc.jar