Download okhttp-android-support-3.6.0.jar file - Jar o

Jar examples for o:okhttp-android-support

Description

Classes to support the Android platform's use of OkHttp (not required for most developers).

You can download jar file okhttp-android-support 3.6.0 in this page.

Build File

You can use the following script to add okhttp-android-support-3.6.0.jar to your project.

<dependency>
   <groupId>com.squareup.okhttp3</groupId>
   <artifactId>okhttp-android-support</artifactId>
   <version>3.6.0</version>
</dependency>
compile group: 'com.squareup.okhttp3', name: 'okhttp-android-support', version: '3.6.0'
libraryDependencies += "com.squareup.okhttp3" % "okhttp-android-support" % "3.6.0"
<dependency org="com.squareup.okhttp3" name="okhttp-android-support" rev="3.6.0"/>
@Grapes(@Grab(group='com.squareup.okhttp3', module='okhttp-android-support', version='3.6.0'))
'com.squareup.okhttp3:okhttp-android-support:jar:3.6.0'

Download

Click the following link to download the jar file.

okhttp-android-support-3.6.0-javadoc.jar
okhttp-android-support-3.6.0-sources.jar
okhttp-android-support-3.6.0.jar
okhttp-android-support-3.6.0.pom



Related Tutorials