Download rest-utils-2.0.34.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.34 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.34.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials