Pure-java LZ4 and xxHash

Pure java ports of the LZ4 compression algorithm and the xxHash hashing algorithm

License

License

Categories

Categories

Java Languages
GroupId

GroupId

org.lz4
ArtifactId

ArtifactId

lz4-pure-java
Last Version

Last Version

1.8.0
Release Date

Release Date

Type

Type

jar
Description

Description

Pure-java LZ4 and xxHash
Pure java ports of the LZ4 compression algorithm and the xxHash hashing algorithm
Project URL

Project URL

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

Download lz4-pure-java

How to add to project

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

Dependencies

test (1)

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

Project Modules

There are no modules declared in this project.
org.lz4

lz4

Versions

Version
1.8.0
1.7.0