Registry / serialization / zstd-jni

zstd-jni

JSON →
library1.2.0javamavenunverified

JNI bindings for the Zstd compression library, providing fast lossless compression for JVM languages.

<dependency> <groupId>com.github.luben</groupId> <artifactId>zstd-jni</artifactId> <version>1.2.0</version> </dependency>
INSTALL
IMPORT
SIG · ZSTD-JNI
Z
zstd-jni
serializationjavav1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Zstd
com.github.luben.zstd.Zstd

Compress and decompress data using Zstd.

import com.github.luben.zstd.Zstd; byte[] original = "Hello, World!".getBytes(); byte[] compressed = Zstd.compress(original); byte[] decompressed = Zstd.decompress(compressed, original.length); System.out.println(new String(decompressed));
Debug
Known issues
gotchaNative library must be loaded; ensure the JNI library is available on the classpath.
fix
Add the appropriate native library for your platform (e.g., via Maven dependency classifier).
affects: all
Upgrade
Version history
1.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
52 hits · last 30 days
node
46
Amazon
1
OpenAI (training)
1
Resources
zstd-jni — mvn dependency:get zstd-jni · libregistry