License |
License |
---|---|
GroupId | GroupIdcom.github.swri-robotics |
ArtifactId | ArtifactIdlz4 |
Version | Version1.5.0 |
Type | Typejar |
Description |
DescriptionLZ4 and xxHash
Java ports and bindings of the LZ4 compression algorithm and the xxHash hashing algorithm
|
Project URL |
Project URL |
Filename | Size |
---|---|
lz4-1.5.0.pom | |
lz4-1.5.0.jar | 361 KB |
lz4-1.5.0-sources.jar | 56 KB |
lz4-1.5.0-javadoc.jar | 99 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.swri-robotics/lz4/ -->
<dependency>
<groupId>com.github.swri-robotics</groupId>
<artifactId>lz4</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.swri-robotics/lz4/
implementation 'com.github.swri-robotics:lz4:1.5.0'
// https://jarcasting.com/artifacts/com.github.swri-robotics/lz4/
implementation ("com.github.swri-robotics:lz4:1.5.0")
'com.github.swri-robotics:lz4:jar:1.5.0'
<dependency org="com.github.swri-robotics" name="lz4" rev="1.5.0">
<artifact name="lz4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.swri-robotics', module='lz4', version='1.5.0')
)
libraryDependencies += "com.github.swri-robotics" % "lz4" % "1.5.0"
[com.github.swri-robotics/lz4 "1.5.0"]
Group / Artifact | Type | Version |
---|---|---|
com.carrotsearch.randomizedtesting : junit4-ant | jar | 2.0.9 |