is not current version
Last Version 1.1

io.github.dheid:roperty-mongodb 1.0

A MongoDB persistence implementation for Roperty

Categories

Categories

MongoDB Data Databases
GroupId

GroupId

io.github.dheid
ArtifactId

ArtifactId

roperty-mongodb
Version

Version

1.0
Type

Type

jar

Download roperty-mongodb 1.0


<!-- https://jarcasting.com/artifacts/io.github.dheid/roperty-mongodb/ -->
<dependency>
    <groupId>io.github.dheid</groupId>
    <artifactId>roperty-mongodb</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dheid/roperty-mongodb/
implementation 'io.github.dheid:roperty-mongodb:1.0'
// https://jarcasting.com/artifacts/io.github.dheid/roperty-mongodb/
implementation ("io.github.dheid:roperty-mongodb:1.0")
'io.github.dheid:roperty-mongodb:jar:1.0'
<dependency org="io.github.dheid" name="roperty-mongodb" rev="1.0">
  <artifact name="roperty-mongodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dheid', module='roperty-mongodb', version='1.0')
)
libraryDependencies += "io.github.dheid" % "roperty-mongodb" % "1.0"
[io.github.dheid/roperty-mongodb "1.0"]