GroupId | GroupIdorg.bboxdb |
---|---|
ArtifactId | ArtifactIdbboxdb-commons |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
bboxdb-commons-0.5.0.pom | |
bboxdb-commons-0.5.0.jar | 46 KB |
bboxdb-commons-0.5.0-sources.jar | 34 KB |
bboxdb-commons-0.5.0-javadoc.jar | 187 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bboxdb/bboxdb-commons/ -->
<dependency>
<groupId>org.bboxdb</groupId>
<artifactId>bboxdb-commons</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bboxdb/bboxdb-commons/
implementation 'org.bboxdb:bboxdb-commons:0.5.0'
// https://jarcasting.com/artifacts/org.bboxdb/bboxdb-commons/
implementation ("org.bboxdb:bboxdb-commons:0.5.0")
'org.bboxdb:bboxdb-commons:jar:0.5.0'
<dependency org="org.bboxdb" name="bboxdb-commons" rev="0.5.0">
<artifact name="bboxdb-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bboxdb', module='bboxdb-commons', version='0.5.0')
)
libraryDependencies += "org.bboxdb" % "bboxdb-commons" % "0.5.0"
[org.bboxdb/bboxdb-commons "0.5.0"]