Download zstd-jni-1.3.3-4.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.3-4 in this page.

License

BSD 2-Clause License

Build File

You can use the following script to add zstd-jni-1.3.3-4.jar to your project.

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

Download

Click the following link to download the jar file.

zstd-jni-1.3.3-4-javadoc.jar
zstd-jni-1.3.3-4-sources.jar
zstd-jni-1.3.3-4.jar
zstd-jni-1.3.3-4.pom



Related Tutorials