r

rescu

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