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-0.5.1.jar download
zstd-jni-0.5.1.pom download
zstd-jni-0.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.luben</groupId>
  <artifactId>zstd-jni</artifactId>
  <version>0.5.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.github.luben:zstd-jni:0.5.1'
Gradle Kotlin
implementation("com.github.luben:zstd-jni:0.5.1")
Scala SBT
libraryDependencies += "com.github.luben" % "zstd-jni" % "0.5.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.luben', module='zstd-jni', version='0.5.1')
)
Apache Ivy
<dependency org="com.github.luben" name="zstd-jni" rev="0.5.1" />
Leiningen
[com.github.luben/zstd-jni "0.5.1"]
Apache Buildr
'com.github.luben:zstd-jni:jar:0.5.1'