RestClient

An immutable REST client with response validation

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.aimconsulting
ArtifactId

ArtifactId

rest-client
Last Version

Last Version

1.5
Release Date

Release Date

Type

Type

jar
Description

Description

RestClient
An immutable REST client with response validation

Download rest-client

How to add to project

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

Dependencies

compile (13)

Group / Artifact Type Version
org.assertj : assertj-core jar 3.3.0
org.glassfish.jersey.core : jersey-client jar 2.22.2
org.glassfish.jersey.media : jersey-media-json-jackson jar 2.22.2
com.fasterxml.jackson.core : jackson-databind jar 2.7.2
com.fasterxml.jackson.core : jackson-core jar 2.7.2
com.fasterxml.jackson.core : jackson-annotations jar 2.7.2
com.fasterxml.jackson.jaxrs : jackson-jaxrs-json-provider jar 2.7.2
com.fasterxml.jackson.jaxrs : jackson-jaxrs-base jar 2.7.2
org.projectlombok : lombok jar 1.16.6
org.slf4j : slf4j-api jar 1.7.21
ch.qos.logback : logback-classic jar 1.1.5
ch.qos.logback : logback-core jar 1.1.5
org.jetbrains : annotations jar 15.0

test (2)

Group / Artifact Type Version
org.jmockit : jmockit jar 1.21
org.testng : testng jar 6.9.10

Project Modules

There are no modules declared in this project.

Versions

Version
1.5
1.4
1.3
1.2
1.1
1.0