Download restutils-1.1.0.jar file - Jar r

Jar examples for r:restutils

Description

Utility classes for JAX-RS

You can download jar file restutils 1.1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add restutils-1.1.0.jar to your project.

<dependency>
   <groupId>de.taimos</groupId>
   <artifactId>restutils</artifactId>
   <version>1.1.0</version>
</dependency>
compile group: 'de.taimos', name: 'restutils', version: '1.1.0'
libraryDependencies += "de.taimos" % "restutils" % "1.1.0"
<dependency org="de.taimos" name="restutils" rev="1.1.0"/>
@Grapes(@Grab(group='de.taimos', module='restutils', version='1.1.0'))
'de.taimos:restutils:jar:1.1.0'

Download

Click the following link to download the jar file.

restutils-1.1.0-javadoc.jar
restutils-1.1.0-sources.jar
restutils-1.1.0.jar
restutils-1.1.0.pom



Related Tutorials