License |
License |
---|---|
GroupId | GroupIdio.github.q3769 |
ArtifactId | ArtifactIdchunk4j |
Version | Version20211210.0.5 |
Type | Typejar |
Description |
Descriptionchunk4j
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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
chunk4j-20211210.0.5.pom | |
chunk4j-20211210.0.5.jar | 12 KB |
chunk4j-20211210.0.5-sources.jar | 7 KB |
chunk4j-20211210.0.5-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.q3769/chunk4j/ -->
<dependency>
<groupId>io.github.q3769</groupId>
<artifactId>chunk4j</artifactId>
<version>20211210.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.q3769/chunk4j/
implementation 'io.github.q3769:chunk4j:20211210.0.5'
// https://jarcasting.com/artifacts/io.github.q3769/chunk4j/
implementation ("io.github.q3769:chunk4j:20211210.0.5")
'io.github.q3769:chunk4j:jar:20211210.0.5'
<dependency org="io.github.q3769" name="chunk4j" rev="20211210.0.5">
<artifact name="chunk4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.q3769', module='chunk4j', version='20211210.0.5')
)
libraryDependencies += "io.github.q3769" % "chunk4j" % "20211210.0.5"
[io.github.q3769/chunk4j "20211210.0.5"]
Group / Artifact | Type | Version |
---|---|---|
com.github.ben-manes.caffeine : caffeine | jar | 2.9.2 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |
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 |