Download stetho-1.4.1.jar file - Jar s

Jar examples for s:stetho

Description

Stetho Debugging Platform for Android

You can download jar file stetho 1.4.1 in this page.

License

BSD License

Build File

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

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

Download

Click the following link to download the jar file.

stetho-1.4.1-javadoc.jar
stetho-1.4.1-sources.jar
stetho-1.4.1.pom



Related Tutorials