Download okhttp-1.5.4.jar file - Jar o

Jar examples for o:okhttp

Description

Synchronous and asynchronous network request framework for Android

You can download jar file okhttp 1.5.4 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

okhttp-1.5.4-javadoc.jar
okhttp-1.5.4-sources.jar
okhttp-1.5.4.jar
okhttp-1.5.4.pom



Related Tutorials