z

zstd-jni

JNI bindings for Zstd native library that provides fast and high compression lossless algorithm for Java and all JVM languages.
https://github.com/luben/zstd-jni
BSD 2-Clause License
com.github.luben
Luben Karavelov
Files download
File Operation
zstd-jni-1.5.4-2.jar download
zstd-jni-1.5.4-2.pom download
zstd-jni-1.5.4-2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.luben</groupId>
  <artifactId>zstd-jni</artifactId>
  <version>1.5.4-2</version>
</dependency>
Gradle Groovy
implementation 'com.github.luben:zstd-jni:1.5.4-2'
Gradle Kotlin
implementation("com.github.luben:zstd-jni:1.5.4-2")
Scala SBT
libraryDependencies += "com.github.luben" % "zstd-jni" % "1.5.4-2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.luben', module='zstd-jni', version='1.5.4-2')
)
Apache Ivy
<dependency org="com.github.luben" name="zstd-jni" rev="1.5.4-2" />
Leiningen
[com.github.luben/zstd-jni "1.5.4-2"]
Apache Buildr
'com.github.luben:zstd-jni:jar:1.5.4-2'