is not current version
Last Version 8.6.0

org.jrebirth.af:rest 8.0.1

Provides base classes for calling remote rest services

GroupId

GroupId

org.jrebirth.af
ArtifactId

ArtifactId

rest
Version

Version

8.0.1
Type

Type

jar

Download rest 8.0.1


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