组织ID: |
org.lz4 |
项目ID: |
lz4-java |
版本: |
1.4.1 |
最后修改时间: |
2018-07-25 12:41:27 |
包类型: |
jar |
标题: |
LZ4 and xxHash |
描述: |
Java ports and bindings of the LZ4 compression algorithm and the xxHash hashing algorithm |
相关URL: |
https://github.com/lz4/lz4-java |
大小: |
361.46KB |
|
Maven引入代码: |
<dependency>
<groupId>org.lz4</groupId>
<artifactId>lz4-java</artifactId>
<version>1.4.1</version>
</dependency>
|
Gradle引入代码: |
org.lz4:lz4-java:1.4.1
|
下载Jar包: |
|
POM文件内容: |
<?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">
<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/lz4/lz4-java</url>
<modelVersion>4.0.0</modelVersion>
<groupId>org.lz4</groupId>
<artifactId>lz4-java</artifactId>
<packaging>jar</packaging>
<version>1.4.1</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/lz4/lz4-java.git</url>
<connection>https://github.com/lz4/lz4-java</connection>
</scm>
<developers>
<developer>
<id>jpountz</id>
<name>Adrien Grand</name>
<email>jpountz@gmail.com</email>
</developer>
<developer>
<id>odaira</id>
<name>Rei Odaira</name>
<email>Rei.Odaira@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>
|
Jar包内容: |
META-INF/MANIFEST.MF
net.jpountz.lz4.LZ4BlockInputStream.class
net.jpountz.lz4.LZ4BlockOutputStream.class
net.jpountz.lz4.LZ4ByteBufferUtils$Match.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.LZ4FrameInputStream.class
net.jpountz.lz4.LZ4FrameOutputStream$1.class
net.jpountz.lz4.LZ4FrameOutputStream$BD.class
net.jpountz.lz4.LZ4FrameOutputStream$BLOCKSIZE.class
net.jpountz.lz4.LZ4FrameOutputStream$FLG$Bits.class
net.jpountz.lz4.LZ4FrameOutputStream$FLG.class
net.jpountz.lz4.LZ4FrameOutputStream$FrameInfo.class
net.jpountz.lz4.LZ4FrameOutputStream.class
net.jpountz.lz4.LZ4HCJNICompressor.class
net.jpountz.lz4.LZ4HCJavaSafeCompressor$HashTable.class
net.jpountz.lz4.LZ4HCJavaSafeCompressor.class
net.jpountz.lz4.LZ4HCJavaUnsafeCompressor$HashTable.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$Match.class
net.jpountz.lz4.LZ4SafeUtils.class
net.jpountz.lz4.LZ4UnknownSizeDecompressor.class
net.jpountz.lz4.LZ4UnsafeUtils.class
net.jpountz.lz4.LZ4Utils$Match.class
net.jpountz.lz4.LZ4Utils.class
net.jpountz.util.ByteBufferUtils.class
net.jpountz.util.Native$OS.class
net.jpountz.util.Native.class
net.jpountz.util.SafeUtils.class
net.jpountz.util.UnsafeUtils.class
net.jpountz.util.Utils.class
net/jpountz/util/darwin/x86_64/liblz4-java.dylib
net/jpountz/util/linux/aarch64/liblz4-java.so
net/jpountz/util/linux/amd64/liblz4-java.so
net/jpountz/util/linux/i386/liblz4-java.so
net/jpountz/util/linux/ppc64le/liblz4-java.so
net/jpountz/util/linux/s390x/liblz4-java.so
net/jpountz/util/win32/amd64/liblz4-java.so
net.jpountz.xxhash.AbstractStreamingXXHash32Java.class
net.jpountz.xxhash.AbstractStreamingXXHash64Java.class
net.jpountz.xxhash.StreamingXXHash32$1.class
net.jpountz.xxhash.StreamingXXHash32$Factory.class
net.jpountz.xxhash.StreamingXXHash32.class
net.jpountz.xxhash.StreamingXXHash32JNI$Factory.class
net.jpountz.xxhash.StreamingXXHash32JNI.class
net.jpountz.xxhash.StreamingXXHash32JavaSafe$Factory.class
net.jpountz.xxhash.StreamingXXHash32JavaSafe.class
net.jpountz.xxhash.StreamingXXHash32JavaUnsafe$Factory.class
net.jpountz.xxhash.StreamingXXHash32JavaUnsafe.class
net.jpountz.xxhash.StreamingXXHash64$1.class
net.jpountz.xxhash.StreamingXXHash64$Factory.class
net.jpountz.xxhash.StreamingXXHash64.class
net.jpountz.xxhash.StreamingXXHash64JNI$Factory.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
junit4-ant-2.0.9.jar
/com.carrotsearch.randomizedtesting/junit4-ant/2.0.9
查看junit4-ant所有版本文件
|