文件下载
文件名 操作
semla-mongodb-1.0.7.jar 下载
semla-mongodb-1.0.7.pom 下载
semla-mongodb-1.0.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.semla</groupId>
  <artifactId>semla-mongodb</artifactId>
  <version>1.0.7</version>
</dependency>
Gradle Groovy
implementation 'io.semla:semla-mongodb:1.0.7'
Gradle Kotlin
implementation("io.semla:semla-mongodb:1.0.7")
Scala SBT
libraryDependencies += "io.semla" % "semla-mongodb" % "1.0.7"
Groovy Grape
@Grapes(
  @Grab(group='io.semla', module='semla-mongodb', version='1.0.7')
)
Apache Ivy
<dependency org="io.semla" name="semla-mongodb" rev="1.0.7" />
Leiningen
[io.semla/semla-mongodb "1.0.7"]
Apache Buildr
'io.semla:semla-mongodb:jar:1.0.7'