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.

License

License

GroupId

GroupId

io.github.q3769
ArtifactId

ArtifactId

chunk4j
Last Version

Last Version

20220116.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/q3769/chunk4j
Source Code Management

Source Code Management

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

Download chunk4j

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.github.ben-manes.caffeine : caffeine jar 2.9.3
com.google.guava : guava jar 31.1-jre

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.24

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.8.2
org.junit.jupiter : junit-jupiter-params jar 5.8.2
org.junit.jupiter : junit-jupiter-engine jar 5.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
20220116.0.2
20220116.0.1
20220116.0.0
20211210.0.6
20211210.0.5
20211210.0.4
20211210.0.0
20211208.0.1
20211208.0.0