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

License

BSD 2-Clause License

Build File

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

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

Download

Click the following link to download the jar file.

zstd-jni-1.3.4-10-javadoc.jar
zstd-jni-1.3.4-10-sources.jar
zstd-jni-1.3.4-10.jar
zstd-jni-1.3.4-10.pom



Related Tutorials