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