is not current version
Last Version 0.1.8

com.github.michaelruocco:rest-client 0.1.5


Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.michaelruocco
ArtifactId

ArtifactId

rest-client
Version

Version

0.1.5
Type

Type

jar

Download rest-client 0.1.5


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