License |
License |
---|---|
Categories |
CategoriesMongoDB Data Databases |
GroupId | GroupIdorg.opencb.commons |
ArtifactId | ArtifactIdcommons-datastore-mongodb |
Version | Version4.2.1 |
Type | Typejar |
Description |
DescriptionOpenCB commons project contains several Java libs for Bioinformatics
|
<!-- https://jarcasting.com/artifacts/org.opencb.commons/commons-datastore-mongodb/ -->
<dependency>
<groupId>org.opencb.commons</groupId>
<artifactId>commons-datastore-mongodb</artifactId>
<version>4.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencb.commons/commons-datastore-mongodb/
implementation 'org.opencb.commons:commons-datastore-mongodb:4.2.1'
// https://jarcasting.com/artifacts/org.opencb.commons/commons-datastore-mongodb/
implementation ("org.opencb.commons:commons-datastore-mongodb:4.2.1")
'org.opencb.commons:commons-datastore-mongodb:jar:4.2.1'
<dependency org="org.opencb.commons" name="commons-datastore-mongodb" rev="4.2.1">
<artifact name="commons-datastore-mongodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencb.commons', module='commons-datastore-mongodb', version='4.2.1')
)
libraryDependencies += "org.opencb.commons" % "commons-datastore-mongodb" % "4.2.1"
[org.opencb.commons/commons-datastore-mongodb "4.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.opencb.commons : commons-datastore-core | jar | 4.2.1 |
org.mongodb : mongo-java-driver | jar | 3.11.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.slf4j : slf4j-simple | jar | 1.7.25 |