is not current version
Last Version 1.1.8.4

org.xerial.snappy:snappy-java 1.0.1-rc1

Compression/decompression library

Categories

Categories

Java Languages
GroupId

GroupId

org.xerial.snappy
ArtifactId

ArtifactId

snappy-java
Version

Version

1.0.1-rc1
Type

Type

jar

Download snappy-java 1.0.1-rc1


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