LZ4 and xxHash

Java ports and bindings of the LZ4 compression algorithm and the xxHash hashing algorithm

Лицензия

Лицензия

Категории

Категории

Java Языки программирования
Группа

Группа

org.lz4
Идентификатор

Идентификатор

lz4-java
Последняя версия

Последняя версия

1.8.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

LZ4 and xxHash
Java ports and bindings of the LZ4 compression algorithm and the xxHash hashing algorithm
Ссылка на сайт

Ссылка на сайт

https://github.com/lz4/lz4-java

Скачать lz4-java

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.lz4/lz4-java/ -->
<dependency>
    <groupId>org.lz4</groupId>
    <artifactId>lz4-java</artifactId>
    <version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.lz4/lz4-java/
implementation 'org.lz4:lz4-java:1.8.0'
// https://jarcasting.com/artifacts/org.lz4/lz4-java/
implementation ("org.lz4:lz4-java:1.8.0")
'org.lz4:lz4-java:jar:1.8.0'
<dependency org="org.lz4" name="lz4-java" rev="1.8.0">
  <artifact name="lz4-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.lz4', module='lz4-java', version='1.8.0')
)
libraryDependencies += "org.lz4" % "lz4-java" % "1.8.0"
[org.lz4/lz4-java "1.8.0"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
com.carrotsearch.randomizedtesting : junit4-ant jar 2.5.3

Модули Проекта

Данный проект не имеет модулей.
org.lz4

lz4

Версии библиотеки

Версия
1.8.0
1.7.1
1.7.0
1.6.0
1.5.1
1.5.0
1.4.1
1.4.0