Categories |
CategoriesMongoDB Data Databases |
---|---|
GroupId | GroupIdorg.opencb.commons |
ArtifactId | ArtifactIdcommons-datastore-mongodb |
Version | Version3.5.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opencb.commons/commons-datastore-mongodb/ -->
<dependency>
<groupId>org.opencb.commons</groupId>
<artifactId>commons-datastore-mongodb</artifactId>
<version>3.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencb.commons/commons-datastore-mongodb/
implementation 'org.opencb.commons:commons-datastore-mongodb:3.5.1'
// https://jarcasting.com/artifacts/org.opencb.commons/commons-datastore-mongodb/
implementation ("org.opencb.commons:commons-datastore-mongodb:3.5.1")
'org.opencb.commons:commons-datastore-mongodb:jar:3.5.1'
<dependency org="org.opencb.commons" name="commons-datastore-mongodb" rev="3.5.1">
<artifact name="commons-datastore-mongodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencb.commons', module='commons-datastore-mongodb', version='3.5.1')
)
libraryDependencies += "org.opencb.commons" % "commons-datastore-mongodb" % "3.5.1"
[org.opencb.commons/commons-datastore-mongodb "3.5.1"]