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