is not current version
Last Version 0.3.2

us.monoid.web:resty 0.3.1

Simple Java client to talk to RESTful backends

GroupId

GroupId

us.monoid.web
ArtifactId

ArtifactId

resty
Version

Version

0.3.1
Type

Type

jar

Download resty 0.3.1


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