Last Version

LZ4 and xxHash 1.3.0

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

License

License

Categories

Categories

Net
GroupId

GroupId

net.jpountz.lz4
ArtifactId

ArtifactId

lz4
Version

Version

1.3.0
Type

Type

jar
Description

Description

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

Project URL

https://github.com/jpountz/lz4-java

Download lz4 1.3.0


<!-- https://jarcasting.com/artifacts/net.jpountz.lz4/lz4/ -->
<dependency>
    <groupId>net.jpountz.lz4</groupId>
    <artifactId>lz4</artifactId>
    <version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.jpountz.lz4/lz4/
implementation 'net.jpountz.lz4:lz4:1.3.0'
// https://jarcasting.com/artifacts/net.jpountz.lz4/lz4/
implementation ("net.jpountz.lz4:lz4:1.3.0")
'net.jpountz.lz4:lz4:jar:1.3.0'
<dependency org="net.jpountz.lz4" name="lz4" rev="1.3.0">
  <artifact name="lz4" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jpountz.lz4', module='lz4', version='1.3.0')
)
libraryDependencies += "net.jpountz.lz4" % "lz4" % "1.3.0"
[net.jpountz.lz4/lz4 "1.3.0"]

Dependencies

test (1)

Group / Artifact Type Version
com.carrotsearch.randomizedtesting : junit4-ant jar 2.0.9

Project Modules

There are no modules declared in this project.