Last Version

GroundWork - RESTClient - HTTP 1.1

The RESTClient http module provides an easy way to call REST endpoints. It is part of the GroundWork Project by Viascom.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

ch.viascom.groundwork
ArtifactId

ArtifactId

restclient-http
Version

Version

1.1
Type

Type

jar
Description

Description

GroundWork - RESTClient - HTTP
The RESTClient http module provides an easy way to call REST endpoints. It is part of the GroundWork Project by Viascom.
Project URL

Project URL

https://github.com/viascom/groundwork/

Download restclient-http 1.1


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

Dependencies

compile (6)

Group / Artifact Type Version
ch.viascom.groundwork : restclient jar 2.2
org.apache.httpcomponents : httpclient jar 4.5.2
com.google.code.gson : gson jar 2.8.0
org.apache.logging.log4j : log4j-api jar 2.7
org.apache.logging.log4j : log4j-core jar 2.7
org.apache.commons : commons-lang3 jar 3.5

provided (1)

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

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.easytesting : fest-assert-core jar 2.0M10

Project Modules

There are no modules declared in this project.