| License |
License |
|---|---|
| GroupId | GroupIdorg.whiley |
| ArtifactId | ArtifactIdJBlob |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJava Blob
A small library for manipulating immutable binary blobs.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| JBlob-1.0.0.pom | |
| JBlob-1.0.0.jar | 19 KB |
| JBlob-1.0.0-sources.jar | 17 KB |
| JBlob-1.0.0-javadoc.jar | 459 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.whiley/JBlob/ -->
<dependency>
<groupId>org.whiley</groupId>
<artifactId>JBlob</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.whiley/JBlob/
implementation 'org.whiley:JBlob:1.0.0'
// https://jarcasting.com/artifacts/org.whiley/JBlob/
implementation ("org.whiley:JBlob:1.0.0")
'org.whiley:JBlob:jar:1.0.0'
<dependency org="org.whiley" name="JBlob" rev="1.0.0">
<artifact name="JBlob" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whiley', module='JBlob', version='1.0.0')
)
libraryDependencies += "org.whiley" % "JBlob" % "1.0.0"
[org.whiley/JBlob "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.7.0 |