Categories |
CategoriesMongoDB Data Databases |
---|---|
GroupId | GroupIdio.github.rothschil |
ArtifactId | ArtifactIdpersistence-mongodb |
Version | Version1.2..RELEASE |
Type | Typepom |
Filename | Size |
---|---|
persistence-mongodb-1.2..RELEASE.pom | |
persistence-mongodb-1.2..RELEASE-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.rothschil/persistence-mongodb/ -->
<dependency>
<groupId>io.github.rothschil</groupId>
<artifactId>persistence-mongodb</artifactId>
<version>1.2..RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.rothschil/persistence-mongodb/
implementation 'io.github.rothschil:persistence-mongodb:1.2..RELEASE'
// https://jarcasting.com/artifacts/io.github.rothschil/persistence-mongodb/
implementation ("io.github.rothschil:persistence-mongodb:1.2..RELEASE")
'io.github.rothschil:persistence-mongodb:pom:1.2..RELEASE'
<dependency org="io.github.rothschil" name="persistence-mongodb" rev="1.2..RELEASE">
<artifact name="persistence-mongodb" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.rothschil', module='persistence-mongodb', version='1.2..RELEASE')
)
libraryDependencies += "io.github.rothschil" % "persistence-mongodb" % "1.2..RELEASE"
[io.github.rothschil/persistence-mongodb "1.2..RELEASE"]