chunk4j

A Java API to chop up larger data blobs into smaller "chunks" of a pre-defined size, and stitch the chunks back together to restore the original data when needed.

Лицензия

Лицензия

Группа

Группа

io.github.q3769.qlib
Идентификатор

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

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

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

20211201.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

chunk4j
A Java API to chop up larger data blobs into smaller "chunks" of a pre-defined size, and stitch the chunks back together to restore the original data when needed.
Ссылка на сайт

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

https://github.com/q3769/chunk4j
Система контроля версий

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

https://github.com/q3769/chunk4j/tree/master

Скачать chunk4j

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.github.ben-manes.caffeine : caffeine jar 2.9.2

provided (1)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 1.18.22

test (3)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-api jar 5.6.0
org.junit.jupiter : junit-jupiter-params jar 5.6.0
org.junit.jupiter : junit-jupiter-engine jar 5.6.0

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

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

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

Версия
20211201.0.2
20211201.0.1
20211201.0.0