r

roperty-mongodb

A MongoDB persistence implementation for Roperty
http://dheid.github.io/roperty-mongodb
The Apache Software License, Version 2.0
Daniel Heid
Files download
File Operation
roperty-mongodb-1.1.jar download
roperty-mongodb-1.1.pom download
roperty-mongodb-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.dheid</groupId>
  <artifactId>roperty-mongodb</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.dheid:roperty-mongodb:1.1'
Gradle Kotlin
implementation("io.github.dheid:roperty-mongodb:1.1")
Scala SBT
libraryDependencies += "io.github.dheid" % "roperty-mongodb" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.dheid', module='roperty-mongodb', version='1.1')
)
Apache Ivy
<dependency org="io.github.dheid" name="roperty-mongodb" rev="1.1" />
Leiningen
[io.github.dheid/roperty-mongodb "1.1"]
Apache Buildr
'io.github.dheid:roperty-mongodb:jar:1.1'