Download libbz2-4.0.0.jar file - Jar l

Jar examples for l:libbz2

Description

bzip2 is a freely available, patent free, high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical compressors), whilst being around twice as fast at compression and six times faster at decompression.

You can download jar file libbz2 4.0.0 in this page.

License

bzip2 license

Build File

You can use the following script to add libbz2-4.0.0.jar to your project.

<dependency>
   <groupId>com.tagtraum</groupId>
   <artifactId>libbz2</artifactId>
   <version>4.0.0</version>
</dependency>
compile group: 'com.tagtraum', name: 'libbz2', version: '4.0.0'
libraryDependencies += "com.tagtraum" % "libbz2" % "4.0.0"
<dependency org="com.tagtraum" name="libbz2" rev="4.0.0"/>
@Grapes(@Grab(group='com.tagtraum', module='libbz2', version='4.0.0'))
'com.tagtraum:libbz2:jar:4.0.0'

Download

Click the following link to download the jar file.

libbz2-4.0.0-sources.jar
libbz2-4.0.0.pom



Related Tutorials