Download stetho-okhttp-1.2.0.jar file - Jar s

Jar examples for s:stetho-okhttp

Description

Stetho Debugging Platform for Android

You can download jar file stetho-okhttp 1.2.0 in this page.

License

BSD License

Build File

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

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

Download

Click the following link to download the jar file.

stetho-okhttp-1.2.0-javadoc.jar
stetho-okhttp-1.2.0-sources.jar
stetho-okhttp-1.2.0.jar
stetho-okhttp-1.2.0.pom



Related Tutorials