java-compression

Java compression library

Лицензия

Лицензия

Категории

Категории

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

Группа

de.carne
Идентификатор

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

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

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

5.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

java-compression
Java compression library
Ссылка на сайт

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

http://hdecarne.github.io/java-compression/
Система контроля версий

Система контроля версий

https://github.com/hdecarne/java-compression.git

Скачать java-compression

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

Java compression library

Publication Build Status Coverage

This project provides pure Java based implementations of several common compression algorithms. Main goal is to provide decoding support to the FileScanner project.

Most of the algorithms are ported from 7zip. However instead of providing an high-level API for accessing archives, this library provides the low level tools and bolts to handle encoded data streams.

In order to make it available to other projects and to use a license compatible with the re-used open source solutions this code is packaged in a separate project.

Current status

Currently only decoding for some basic compression formats is contained. Further development will be happen on demand.

License

This project is subject to the LGPLv3. See LICENSE information for details.

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

Версия
5.0.1
0.2.0