is not current version
Last Version 1.3.0

net.jpountz.lz4:lz4 1.2.0

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

Categories

Categories

Net
GroupId

GroupId

net.jpountz.lz4
ArtifactId

ArtifactId

lz4
Version

Version

1.2.0
Type

Type

jar

Download lz4 1.2.0


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