is not current version
Last Version 1.5.0

com.gregmarut.resty:resty 1.1-RELEASE

Proxy based REST client

GroupId

GroupId

com.gregmarut.resty
ArtifactId

ArtifactId

resty
Version

Version

1.1-RELEASE
Type

Type

jar

Download resty 1.1-RELEASE


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