License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.clarolab.http |
ArtifactId | ArtifactIdsimple-rest-client |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsimple-rest-client
Simple http client to perform REST operations
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
simple-rest-client-1.1.pom | |
simple-rest-client-1.1.jar | 11 KB |
simple-rest-client-1.1-sources.jar | 6 KB |
simple-rest-client-1.1-javadoc.jar | 39 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.8 |