is not current version
Last Version 1.5.2-3

com.github.luben:zstd-jni 1.4.9-2

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.4.9-2
Type

Type

jar

Download zstd-jni 1.4.9-2


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