is not current version
Last Version 1.9

de.taimos:restutils 1.0.0

Utility classes for JAX-RS

GroupId

GroupId

de.taimos
ArtifactId

ArtifactId

restutils
Version

Version

1.0.0
Type

Type

jar

Download restutils 1.0.0


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