is not current version
Last Version 1.5.0

com.gregmarut.resty:resty 1.4.0

Proxy based REST client

GroupId

GroupId

com.gregmarut.resty
ArtifactId

ArtifactId

resty
Version

Version

1.4.0
Type

Type

pom

Download resty 1.4.0

Filename Size
resty-1.4.0.pom 5 KB
Browse

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