Last Version

chunk4j 20220116.0.2

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
Version

Version

20220116.0.2
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 20220116.0.2


<!-- 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.