Download retrofit1-okhttp3-client-1.1.0.jar file - Jar r

Jar examples for r:retrofit1-okhttp3-client

Description

A OkHttp 3 client implementation for Retrofit 1.

You can download jar file retrofit1-okhttp3-client 1.1.0 in this page.

License

Apache License Version 2.0

Build File

You can use the following script to add retrofit1-okhttp3-client-1.1.0.jar to your project.

<dependency>
   <groupId>com.jakewharton.retrofit</groupId>
   <artifactId>retrofit1-okhttp3-client</artifactId>
   <version>1.1.0</version>
</dependency>
compile group: 'com.jakewharton.retrofit', name: 'retrofit1-okhttp3-client', version: '1.1.0'
libraryDependencies += "com.jakewharton.retrofit" % "retrofit1-okhttp3-client" % "1.1.0"
<dependency org="com.jakewharton.retrofit" name="retrofit1-okhttp3-client" rev="1.1.0"/>
@Grapes(@Grab(group='com.jakewharton.retrofit', module='retrofit1-okhttp3-client', version='1.1.0'))
'com.jakewharton.retrofit:retrofit1-okhttp3-client:jar:1.1.0'

Download

Click the following link to download the jar file.

retrofit1-okhttp3-client-1.1.0-javadoc.jar
retrofit1-okhttp3-client-1.1.0-sources.jar
retrofit1-okhttp3-client-1.1.0.jar
retrofit1-okhttp3-client-1.1.0.pom



Related Tutorials