License |
License |
---|---|
GroupId | GroupIdorg.bboxdb |
ArtifactId | ArtifactIdbboxdb-commons |
Version | Version0.9.9 |
Type | Typejar |
Description |
DescriptionBBoxDB is a key-boundingbox-value store for multi-dimensional big data
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bboxdb-commons-0.9.9.pom | |
bboxdb-commons-0.9.9.jar | 61 KB |
bboxdb-commons-0.9.9-sources.jar | 45 KB |
bboxdb-commons-0.9.9-javadoc.jar | 226 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bboxdb/bboxdb-commons/ -->
<dependency>
<groupId>org.bboxdb</groupId>
<artifactId>bboxdb-commons</artifactId>
<version>0.9.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.bboxdb/bboxdb-commons/
implementation 'org.bboxdb:bboxdb-commons:0.9.9'
// https://jarcasting.com/artifacts/org.bboxdb/bboxdb-commons/
implementation ("org.bboxdb:bboxdb-commons:0.9.9")
'org.bboxdb:bboxdb-commons:jar:0.9.9'
<dependency org="org.bboxdb" name="bboxdb-commons" rev="0.9.9">
<artifact name="bboxdb-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bboxdb', module='bboxdb-commons', version='0.9.9')
)
libraryDependencies += "org.bboxdb" % "bboxdb-commons" % "0.9.9"
[org.bboxdb/bboxdb-commons "0.9.9"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
com.google.guava : guava | jar | 30.1.1-jre |
org.json : json | jar | 20210307 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 3.11.1 |