Download lz4-1.2.0.jar file - Jar l

Jar examples for l:lz4

Description

Java ports and bindings of the LZ4 compression algorithm and the xxHash hashing algorithm

You can download jar file lz4 1.2.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add lz4-1.2.0.jar to your project.

<dependency>
   <groupId>net.jpountz.lz4</groupId>
   <artifactId>lz4</artifactId>
   <version>1.2.0</version>
</dependency>
compile group: 'net.jpountz.lz4', name: 'lz4', version: '1.2.0'
libraryDependencies += "net.jpountz.lz4" % "lz4" % "1.2.0"
<dependency org="net.jpountz.lz4" name="lz4" rev="1.2.0"/>
@Grapes(@Grab(group='net.jpountz.lz4', module='lz4', version='1.2.0'))
'net.jpountz.lz4:lz4:jar:1.2.0'

Download

Click the following link to download the jar file.

lz4-1.2.0-javadoc.jar
lz4-1.2.0-sources.jar
lz4-1.2.0.jar
lz4-1.2.0.pom



Related Tutorials