Categories |
CategoriesMongoDB Data Databases |
---|---|
GroupId | GroupIdorg.oncoblocks.centromere |
ArtifactId | ArtifactIdcentromere-mongodb |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
centromere-mongodb-0.3.0.pom | |
centromere-mongodb-0.3.0.jar | 14 KB |
centromere-mongodb-0.3.0-sources.jar | 8 KB |
centromere-mongodb-0.3.0-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.oncoblocks.centromere/centromere-mongodb/ -->
<dependency>
<groupId>org.oncoblocks.centromere</groupId>
<artifactId>centromere-mongodb</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.oncoblocks.centromere/centromere-mongodb/
implementation 'org.oncoblocks.centromere:centromere-mongodb:0.3.0'
// https://jarcasting.com/artifacts/org.oncoblocks.centromere/centromere-mongodb/
implementation ("org.oncoblocks.centromere:centromere-mongodb:0.3.0")
'org.oncoblocks.centromere:centromere-mongodb:jar:0.3.0'
<dependency org="org.oncoblocks.centromere" name="centromere-mongodb" rev="0.3.0">
<artifact name="centromere-mongodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.oncoblocks.centromere', module='centromere-mongodb', version='0.3.0')
)
libraryDependencies += "org.oncoblocks.centromere" % "centromere-mongodb" % "0.3.0"
[org.oncoblocks.centromere/centromere-mongodb "0.3.0"]