l

lz4

Java ports and bindings of the LZ4 compression algorithm and the xxHash hashing algorithm
https://github.com/jpountz/lz4-java
The Apache Software License, Version 2.0
Adrien Grand
Files download
File Operation
lz4-1.1.0.jar download
lz4-1.1.0.pom download
lz4-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.jpountz.lz4</groupId>
  <artifactId>lz4</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'net.jpountz.lz4:lz4:1.1.0'
Gradle Kotlin
implementation("net.jpountz.lz4:lz4:1.1.0")
Scala SBT
libraryDependencies += "net.jpountz.lz4" % "lz4" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='net.jpountz.lz4', module='lz4', version='1.1.0')
)
Apache Ivy
<dependency org="net.jpountz.lz4" name="lz4" rev="1.1.0" />
Leiningen
[net.jpountz.lz4/lz4 "1.1.0"]
Apache Buildr
'net.jpountz.lz4:lz4:jar:1.1.0'