is not current version
Last Version 1.5.0

com.github.swri-robotics:lz4 1.4.0

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

GroupId

GroupId

com.github.swri-robotics
ArtifactId

ArtifactId

lz4
Version

Version

1.4.0
Type

Type

jar

Download lz4 1.4.0


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