Files download
File Operation
semla-mongodb-1.2.0.jar download
semla-mongodb-1.2.0.pom download
semla-mongodb-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.semla</groupId>
  <artifactId>semla-mongodb</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'io.semla:semla-mongodb:1.2.0'
Gradle Kotlin
implementation("io.semla:semla-mongodb:1.2.0")
Scala SBT
libraryDependencies += "io.semla" % "semla-mongodb" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.semla', module='semla-mongodb', version='1.2.0')
)
Apache Ivy
<dependency org="io.semla" name="semla-mongodb" rev="1.2.0" />
Leiningen
[io.semla/semla-mongodb "1.2.0"]
Apache Buildr
'io.semla:semla-mongodb:jar:1.2.0'