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