Download rest-client-5.0.jar file - Jar r

Jar examples for r:rest-client

Description

This module provides base classes for creation of REST client (SDK). Default client has preconfigured filters, Oauth2 token injection or even object mapper.

You can download jar file rest-client 5.0 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add rest-client-5.0.jar to your project.

<dependency>
   <groupId>org.glassfish.main.admin</groupId>
   <artifactId>rest-client</artifactId>
   <version>5.0</version>
</dependency>
compile group: 'org.glassfish.main.admin', name: 'rest-client', version: '5.0'
libraryDependencies += "org.glassfish.main.admin" % "rest-client" % "5.0"
<dependency org="org.glassfish.main.admin" name="rest-client" rev="5.0"/>
@Grapes(@Grab(group='org.glassfish.main.admin', module='rest-client', version='5.0'))
'org.glassfish.main.admin:rest-client:jar:5.0'

Download

Click the following link to download the jar file.

rest-client-5.0-javadoc.jar
rest-client-5.0-sources.jar
rest-client-5.0.jar
rest-client-5.0.pom



Related Tutorials