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