is not current version
Last Version 0.1.8

com.github.michaelruocco:rest-client 0.1.6

Client library for calling restful APIs from Java

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.michaelruocco
ArtifactId

ArtifactId

rest-client
Version

Version

0.1.6
Type

Type

jar

Download rest-client 0.1.6


<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/rest-client/ -->
<dependency>
    <groupId>com.github.michaelruocco</groupId>
    <artifactId>rest-client</artifactId>
    <version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/rest-client/
implementation 'com.github.michaelruocco:rest-client:0.1.6'
// https://jarcasting.com/artifacts/com.github.michaelruocco/rest-client/
implementation ("com.github.michaelruocco:rest-client:0.1.6")
'com.github.michaelruocco:rest-client:jar:0.1.6'
<dependency org="com.github.michaelruocco" name="rest-client" rev="0.1.6">
  <artifact name="rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='rest-client', version='0.1.6')
)
libraryDependencies += "com.github.michaelruocco" % "rest-client" % "0.1.6"
[com.github.michaelruocco/rest-client "0.1.6"]