Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdorg.xerial.snappy |
ArtifactId | ArtifactIdsnappy-java |
Version | Version1.0.1-rc3 |
Type | Typejar |
Filename | Size |
---|---|
snappy-java-1.0.1-rc3.pom | |
snappy-java-1.0.1-rc3.jar | 492 KB |
snappy-java-1.0.1-rc3-sources.jar | 17 KB |
snappy-java-1.0.1-rc3-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xerial.snappy/snappy-java/ -->
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<version>1.0.1-rc3</version>
</dependency>
// https://jarcasting.com/artifacts/org.xerial.snappy/snappy-java/
implementation 'org.xerial.snappy:snappy-java:1.0.1-rc3'
// https://jarcasting.com/artifacts/org.xerial.snappy/snappy-java/
implementation ("org.xerial.snappy:snappy-java:1.0.1-rc3")
'org.xerial.snappy:snappy-java:jar:1.0.1-rc3'
<dependency org="org.xerial.snappy" name="snappy-java" rev="1.0.1-rc3">
<artifact name="snappy-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xerial.snappy', module='snappy-java', version='1.0.1-rc3')
)
libraryDependencies += "org.xerial.snappy" % "snappy-java" % "1.0.1-rc3"
[org.xerial.snappy/snappy-java "1.0.1-rc3"]