Download okhttp-3.4.0-RC1.jar file - Jar o

Jar examples for o:okhttp

Description

Synchronous and asynchronous network request framework for Android

You can download jar file okhttp 3.4.0-RC1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add okhttp-3.4.0-RC1.jar to your project.

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

Download

Click the following link to download the jar file.

okhttp-3.4.0-RC1-javadoc.jar
okhttp-3.4.0-RC1-sources.jar
okhttp-3.4.0-RC1.jar
okhttp-3.4.0-RC1.pom



Related Tutorials