Download rest-utils-2.0.33.jar file - Jar r

Jar examples for r:rest-utils

Description

Utilities, Helpers, and base-classes for assisting in server-side REST API implementations written in Java.

You can download jar file rest-utils 2.0.33 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add rest-utils-2.0.33.jar to your project.

<dependency>
   <groupId>io.fabric8</groupId>
   <artifactId>rest-utils</artifactId>
   <version>2.0.33</version>
</dependency>
compile group: 'io.fabric8', name: 'rest-utils', version: '2.0.33'
libraryDependencies += "io.fabric8" % "rest-utils" % "2.0.33"
<dependency org="io.fabric8" name="rest-utils" rev="2.0.33"/>
@Grapes(@Grab(group='io.fabric8', module='rest-utils', version='2.0.33'))
'io.fabric8:rest-utils:jar:2.0.33'

Download

Click the following link to download the jar file.

rest-utils-2.0.33-javadoc.jar
rest-utils-2.0.33-sources.jar
rest-utils-2.0.33.jar
rest-utils-2.0.33.pom



Related Tutorials