Download zstd-jni-1.3.5-2.jar file - Jar z

Jar examples for z:zstd-jni

Description

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

You can download jar file zstd-jni 1.3.5-2 in this page.

License

BSD 2-Clause License

Build File

You can use the following script to add zstd-jni-1.3.5-2.jar to your project.

<dependency>
   <groupId>com.github.luben</groupId>
   <artifactId>zstd-jni</artifactId>
   <version>1.3.5-2</version>
</dependency>
compile group: 'com.github.luben', name: 'zstd-jni', version: '1.3.5-2'
libraryDependencies += "com.github.luben" % "zstd-jni" % "1.3.5-2"
<dependency org="com.github.luben" name="zstd-jni" rev="1.3.5-2"/>
@Grapes(@Grab(group='com.github.luben', module='zstd-jni', version='1.3.5-2'))
'com.github.luben:zstd-jni:jar:1.3.5-2'

Download

Click the following link to download the jar file.

zstd-jni-1.3.5-2-aix_ppc64.jar
zstd-jni-1.3.5-2-darwin_x86_64.jar
zstd-jni-1.3.5-2-javadoc.jar
zstd-jni-1.3.5-2-linux_aarch64.jar
zstd-jni-1.3.5-2-linux_amd64.jar
zstd-jni-1.3.5-2-linux_i386.jar
zstd-jni-1.3.5-2-linux_mips64.jar
zstd-jni-1.3.5-2-linux_ppc64.jar
zstd-jni-1.3.5-2-linux_ppc64le.jar
zstd-jni-1.3.5-2-sources.jar
zstd-jni-1.3.5-2-win_amd64.jar
zstd-jni-1.3.5-2-win_x86.jar
zstd-jni-1.3.5-2.jar
zstd-jni-1.3.5-2.pom



Related Tutorials