is not current version
Last Version 2.3.4

com.elastisys.scale:commons.rest 2.3.2

utility classes for working with REST clients/servers

GroupId

GroupId

com.elastisys.scale
ArtifactId

ArtifactId

commons.rest
Version

Version

2.3.2
Type

Type

jar

Download commons.rest 2.3.2


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