Jar examples for l:lz4
Java ports and bindings of the LZ4 compression algorithm and the xxHash hashing algorithm
You can download jar file lz4 1.3.0 in this page.
The Apache Software License, Version 2.0
You can use the following script to add lz4-1.3.0.jar to your project.
<dependency> <groupId>net.jpountz.lz4</groupId> <artifactId>lz4</artifactId> <version>1.3.0</version> </dependency>
compile group: 'net.jpountz.lz4', name: 'lz4', version: '1.3.0'
libraryDependencies += "net.jpountz.lz4" % "lz4" % "1.3.0"
<dependency org="net.jpountz.lz4" name="lz4" rev="1.3.0"/>
@Grapes(@Grab(group='net.jpountz.lz4', module='lz4', version='1.3.0'))
'net.jpountz.lz4:lz4:jar:1.3.0'
Click the following link to download the jar file.
lz4-1.3.0.jar