r

restutils

Utility classes for JAX-RS
https://www.github.com/taimos/RESTUtils
Files download
File Operation
restutils-1.9.jar download
restutils-1.9.pom download
restutils-1.9-sources.jar download
Apache Maven
<dependency>
  <groupId>de.taimos</groupId>
  <artifactId>restutils</artifactId>
  <version>1.9</version>
</dependency>
Gradle Groovy
implementation 'de.taimos:restutils:1.9'
Gradle Kotlin
implementation("de.taimos:restutils:1.9")
Scala SBT
libraryDependencies += "de.taimos" % "restutils" % "1.9"
Groovy Grape
@Grapes(
  @Grab(group='de.taimos', module='restutils', version='1.9')
)
Apache Ivy
<dependency org="de.taimos" name="restutils" rev="1.9" />
Leiningen
[de.taimos/restutils "1.9"]
Apache Buildr
'de.taimos:restutils:jar:1.9'