LZ4 Java provides a pure Java implementation of the LZ4 compression algorithm, offering fast compression and decompression.
<dependency>
<groupId>org.lz4</groupId>
<artifactId>lz4-java</artifactId>
<version>1.8.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compresses a byte array using LZ4 fast compressor.
Use version 1.8.0 or later for the current API.
No dependency data recorded yet.