r

rescu

A lightweight REST client utility
https://github.com/mmazi/rescu
MIT
Matija Mazi
文件下载
文件名 操作
rescu-1.6.0.jar 下载
rescu-1.6.0.pom 下载
rescu-1.6.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.mmazi</groupId>
  <artifactId>rescu</artifactId>
  <version>1.6.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.mmazi:rescu:1.6.0'
Gradle Kotlin
implementation("com.github.mmazi:rescu:1.6.0")
Scala SBT
libraryDependencies += "com.github.mmazi" % "rescu" % "1.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mmazi', module='rescu', version='1.6.0')
)
Apache Ivy
<dependency org="com.github.mmazi" name="rescu" rev="1.6.0" />
Leiningen
[com.github.mmazi/rescu "1.6.0"]
Apache Buildr
'com.github.mmazi:rescu:jar:1.6.0'