Download libz-4.0.0.jar file - Jar l

Jar examples for l:libz

Description

zlib is designed to be a free, general-purpose, legally unencumbered -- that is, not covered by any patents -- lossless data-compression library for use on virtually any computer hardware and operating system. The zlib data format is itself portable across platforms. Unlike the LZW compression method used in Unix compress(1) and in the GIF image format, the compression method currently used in zlib essentially never expands the data. (LZW can double or triple the file size in extreme cases.) zlib's memory footprint is also independent of the input data and can be reduced, if necessary, at some cost in compression.

You can download jar file libz 4.0.0 in this page.

License

zlib license

Build File

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

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

Download

Click the following link to download the jar file.

libz-4.0.0-sources.jar
libz-4.0.0.pom



Related Tutorials