Last Version

org.whiley:jblob 1.0.0

A small library for manipulating immutable binary blobs.

GroupId

GroupId

org.whiley
ArtifactId

ArtifactId

jblob
Version

Version

1.0.0
Type

Type

jar

Download jblob 1.0.0


<!-- 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"]