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