is not current version
Last Version 1.0.0-rc2

org.bboxdb:bboxdb-commons 0.8.5


GroupId

GroupId

org.bboxdb
ArtifactId

ArtifactId

bboxdb-commons
Version

Version

0.8.5
Type

Type

jar

Download bboxdb-commons 0.8.5


<!-- https://jarcasting.com/artifacts/org.bboxdb/bboxdb-commons/ -->
<dependency>
    <groupId>org.bboxdb</groupId>
    <artifactId>bboxdb-commons</artifactId>
    <version>0.8.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.bboxdb/bboxdb-commons/
implementation 'org.bboxdb:bboxdb-commons:0.8.5'
// https://jarcasting.com/artifacts/org.bboxdb/bboxdb-commons/
implementation ("org.bboxdb:bboxdb-commons:0.8.5")
'org.bboxdb:bboxdb-commons:jar:0.8.5'
<dependency org="org.bboxdb" name="bboxdb-commons" rev="0.8.5">
  <artifact name="bboxdb-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bboxdb', module='bboxdb-commons', version='0.8.5')
)
libraryDependencies += "org.bboxdb" % "bboxdb-commons" % "0.8.5"
[org.bboxdb/bboxdb-commons "0.8.5"]