simple-rest-client

Simple http client to perform REST operations

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.clarolab.http
ArtifactId

ArtifactId

simple-rest-client
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

simple-rest-client
Simple http client to perform REST operations
Project URL

Project URL

https://bitbucket.org/clarolab/simple-rest-client
Source Code Management

Source Code Management

https://bitbucket.org/clarolab/simple-rest-client

Download simple-rest-client

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar 4.5.8
com.google.guava : guava jar 23.0
com.google.code.gson : gson jar 2.8.5
org.json : json jar 20180813

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.8

Project Modules

There are no modules declared in this project.

Versions

Version
1.1
1.0