You can download lz4-1.3.jar in this page.
The Apache Software License, Version 2.0
lz4-1.3.jar file has the following types.
META-INF/MANIFEST.MF darwin/x86_64/liblz4-java.dylib linux/amd64/liblz4-java.so linux/i386/liblz4-java.so net.jpountz.lz4.LZ4BlockInputStream.class net.jpountz.lz4.LZ4BlockOutputStream.class net.jpountz.lz4.LZ4ByteBufferUtils.class net.jpountz.lz4.LZ4Compressor.class net.jpountz.lz4.LZ4Constants.class net.jpountz.lz4.LZ4Decompressor.class net.jpountz.lz4.LZ4Exception.class net.jpountz.lz4.LZ4Factory.class net.jpountz.lz4.LZ4FastDecompressor.class net.jpountz.lz4.LZ4HCJNICompressor.class net.jpountz.lz4.LZ4HCJavaSafeCompressor.class net.jpountz.lz4.LZ4HCJavaUnsafeCompressor.class net.jpountz.lz4.LZ4JNI.class net.jpountz.lz4.LZ4JNICompressor.class net.jpountz.lz4.LZ4JNIFastDecompressor.class net.jpountz.lz4.LZ4JNISafeDecompressor.class net.jpountz.lz4.LZ4JavaSafeCompressor.class net.jpountz.lz4.LZ4JavaSafeFastDecompressor.class net.jpountz.lz4.LZ4JavaSafeSafeDecompressor.class net.jpountz.lz4.LZ4JavaUnsafeCompressor.class net.jpountz.lz4.LZ4JavaUnsafeFastDecompressor.class net.jpountz.lz4.LZ4JavaUnsafeSafeDecompressor.class net.jpountz.lz4.LZ4SafeDecompressor.class net.jpountz.lz4.LZ4SafeUtils.class net.jpountz.lz4.LZ4UnknownSizeDecompressor.class net.jpountz.lz4.LZ4UnsafeUtils.class net.jpountz.lz4.LZ4Utils.class net.jpountz.util.ByteBufferUtils.class net.jpountz.util.Native.class net.jpountz.util.SafeUtils.class net.jpountz.util.UnsafeUtils.class net.jpountz.util.Utils.class net.jpountz.xxhash.AbstractStreamingXXHash32Java.class net.jpountz.xxhash.AbstractStreamingXXHash64Java.class net.jpountz.xxhash.StreamingXXHash32.class net.jpountz.xxhash.StreamingXXHash32JNI.class net.jpountz.xxhash.StreamingXXHash32JavaSafe.class net.jpountz.xxhash.StreamingXXHash32JavaUnsafe.class net.jpountz.xxhash.StreamingXXHash64.class net.jpountz.xxhash.StreamingXXHash64JNI.class net.jpountz.xxhash.StreamingXXHash64JavaSafe.class net.jpountz.xxhash.StreamingXXHash64JavaUnsafe.class net.jpountz.xxhash.XXHash32.class net.jpountz.xxhash.XXHash32JNI.class net.jpountz.xxhash.XXHash32JavaSafe.class net.jpountz.xxhash.XXHash32JavaUnsafe.class net.jpountz.xxhash.XXHash64.class net.jpountz.xxhash.XXHash64JNI.class net.jpountz.xxhash.XXHash64JavaSafe.class net.jpountz.xxhash.XXHash64JavaUnsafe.class net.jpountz.xxhash.XXHashConstants.class net.jpountz.xxhash.XXHashFactory.class net.jpountz.xxhash.XXHashJNI.class win32/amd64/liblz4-java.so
lz4-1.3.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <!-- Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <name>LZ4 and xxHash</name> <description>Java ports and bindings of the LZ4 compression algorithm and the xxHash hashing algorithm</description> <url>https://github.com/jpountz/lz4-java</url> <modelVersion>4.0.0</modelVersion> <groupId>net.jpountz.lz4</groupId> <artifactId>lz4</artifactId> <packaging>jar</packaging> <version>1.3</version> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>git://github.com/jpountz/lz4-java.git</url> <connection>https://github.com/jpountz/lz4-java</connection> </scm> <developers> <developer> <id>jpountz</id> <name>Adrien Grand</name> <email>jpountz@gmail.com</email> </developer> </developers> <dependencies> <dependency> <groupId>com.carrotsearch.randomizedtesting</groupId> <artifactId>junit4-ant</artifactId> <version>2.0.9</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>net.jpountz.lz4</groupId> <artifactId>lz4</artifactId> <version>1.3</version> </dependency>
If you think the following lz4-1.3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.