Files download
File Operation
rest-client-0.1.21.jar download
rest-client-0.1.21.pom download
rest-client-0.1.21-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.michaelruocco</groupId>
  <artifactId>rest-client</artifactId>
  <version>0.1.21</version>
</dependency>
Gradle Groovy
implementation 'com.github.michaelruocco:rest-client:0.1.21'
Gradle Kotlin
implementation("com.github.michaelruocco:rest-client:0.1.21")
Scala SBT
libraryDependencies += "com.github.michaelruocco" % "rest-client" % "0.1.21"
Groovy Grape
@Grapes(
  @Grab(group='com.github.michaelruocco', module='rest-client', version='0.1.21')
)
Apache Ivy
<dependency org="com.github.michaelruocco" name="rest-client" rev="0.1.21" />
Leiningen
[com.github.michaelruocco/rest-client "0.1.21"]
Apache Buildr
'com.github.michaelruocco:rest-client:jar:0.1.21'