Jar examples for o:okhttp
Synchronous and asynchronous network request framework for Android
You can download jar file okhttp 2.0.0-RC2 in this page.
The Apache Software License, Version 2.0
You can use the following script to add okhttp-2.0.0-RC2.jar to your project.
<dependency> <groupId>com.squareup.okhttp</groupId> <artifactId>okhttp</artifactId> <version>2.0.0-RC2</version> </dependency>
compile group: 'com.squareup.okhttp', name: 'okhttp', version: '2.0.0-RC2'
libraryDependencies += "com.squareup.okhttp" % "okhttp" % "2.0.0-RC2"
<dependency org="com.squareup.okhttp" name="okhttp" rev="2.0.0-RC2"/>
@Grapes(@Grab(group='com.squareup.okhttp', module='okhttp', version='2.0.0-RC2'))
'com.squareup.okhttp:okhttp:jar:2.0.0-RC2'
Click the following link to download the jar file.
okhttp-2.0.0-RC2-javadoc.jar