r

rescu

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