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