Download okhttp-android-support-3.8.1.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.8.1 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials