is not current version
Last Version 1.0.CR5

com.github.ldeitos:rest-util 1.0.CR3

Utilities to Rest applications

GroupId

GroupId

com.github.ldeitos
ArtifactId

ArtifactId

rest-util
Version

Version

1.0.CR3
Type

Type

jar

Download rest-util 1.0.CR3


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