Last Version

Chunks 20211127.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.

License

License

GroupId

GroupId

io.github.q3769.qlib
ArtifactId

ArtifactId

chunks
Version

Version

20211127.0.4
Type

Type

jar
Description

Description

Chunks
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/chunks
Source Code Management

Source Code Management

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

Download chunks 20211127.0.4


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

Dependencies

compile (1)

Group / Artifact Type Version
com.github.ben-manes.caffeine : caffeine jar 2.9.2

provided (1)

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

test (3)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.