com.gregmarut.resty:resty-client

Proxy based REST client

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.gregmarut.resty
ArtifactId

ArtifactId

resty-client
Last Version

Last Version

1.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

Proxy based REST client

Download resty-client

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.gregmarut.resty : resty-core jar 1.5.0
org.apache.httpcomponents : httpclient jar 4.5.10

test (4)

Group / Artifact Type Version
com.gregmarut.resty : server-it jar 1.5.0
junit : junit jar 4.11
org.mockito : mockito-all jar 1.8.4
org.slf4j : slf4j-log4j12 jar 1.7.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.5.0
1.4.4
1.4.2
1.4.0