Download zstd-jni-1.1.3.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.1.3 in this page.

License

BSD 2-Clause License

Build File

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

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

Download

Click the following link to download the jar file.

zstd-jni-1.1.3-javadoc.jar
zstd-jni-1.1.3-sources.jar
zstd-jni-1.1.3.jar
zstd-jni-1.1.3.pom



Related Tutorials