Download resteasy-client-okhttp3-1.1.jar file - Jar r

Jar examples for r:resteasy-client-okhttp3

Description

Provides a JAX-RS Client engine for Resteasy backed by OkHttp 3

You can download jar file resteasy-client-okhttp3 1.1 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add resteasy-client-okhttp3-1.1.jar to your project.

<dependency>
   <groupId>net.ltgt.jaxrs</groupId>
   <artifactId>resteasy-client-okhttp3</artifactId>
   <version>1.1</version>
</dependency>
compile group: 'net.ltgt.jaxrs', name: 'resteasy-client-okhttp3', version: '1.1'
libraryDependencies += "net.ltgt.jaxrs" % "resteasy-client-okhttp3" % "1.1"
<dependency org="net.ltgt.jaxrs" name="resteasy-client-okhttp3" rev="1.1"/>
@Grapes(@Grab(group='net.ltgt.jaxrs', module='resteasy-client-okhttp3', version='1.1'))
'net.ltgt.jaxrs:resteasy-client-okhttp3:jar:1.1'

Download

Click the following link to download the jar file.

resteasy-client-okhttp3-1.1-javadoc.jar
resteasy-client-okhttp3-1.1-sources.jar
resteasy-client-okhttp3-1.1.jar
resteasy-client-okhttp3-1.1.pom



Related Tutorials