is not current version
Last Version 20220116.0.2

io.github.q3769:chunk4j 20211210.0.4

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.

GroupId

GroupId

io.github.q3769
ArtifactId

ArtifactId

chunk4j
Version

Version

20211210.0.4
Type

Type

jar

Download chunk4j 20211210.0.4


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