License |
License |
---|---|
GroupId | GroupIdio.github.wimdeblauwe |
ArtifactId | ArtifactIdbiob |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBIOB - Binary Object Storage
Java library to store binary objects
|
Project URL |
Project URL |
Filename | Size |
---|---|
biob-0.0.1.pom | |
biob-0.0.1.jar | 15 KB |
biob-0.0.1-sources.jar | 10 KB |
biob-0.0.1-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.wimdeblauwe/biob/ -->
<dependency>
<groupId>io.github.wimdeblauwe</groupId>
<artifactId>biob</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.wimdeblauwe/biob/
implementation 'io.github.wimdeblauwe:biob:0.0.1'
// https://jarcasting.com/artifacts/io.github.wimdeblauwe/biob/
implementation ("io.github.wimdeblauwe:biob:0.0.1")
'io.github.wimdeblauwe:biob:jar:0.0.1'
<dependency org="io.github.wimdeblauwe" name="biob" rev="0.0.1">
<artifact name="biob" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.wimdeblauwe', module='biob', version='0.0.1')
)
libraryDependencies += "io.github.wimdeblauwe" % "biob" % "0.0.1"
[io.github.wimdeblauwe/biob "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 27.0.1-jre |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.4.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.4.0 |
org.assertj : assertj-core | jar | 3.11.1 |