is not current version
Last Version 1.5.2-3

com.github.luben:zstd-jni 1.3.8-3

JNI bindings for Zstd native library that provides fast and high compression lossless algorithm for Java and all JVM languages.

GroupId

GroupId

com.github.luben
ArtifactId

ArtifactId

zstd-jni
Version

Version

1.3.8-3
Type

Type

jar

Download zstd-jni 1.3.8-3


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