is not current version
Last Version 1.1

com.clarolab.http:simple-rest-client 1.0

Simple http client to perform REST operations

Categories

Categories

CLI User Interface
GroupId

GroupId

com.clarolab.http
ArtifactId

ArtifactId

simple-rest-client
Version

Version

1.0
Type

Type

jar

Download simple-rest-client 1.0


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