s

stetho

Stetho Debugging Platform for Android
https://github.com/facebook/stetho
MIT License
Facebook
Files download
File Operation
stetho-1.6.0.pom download
stetho-1.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.facebook.stetho</groupId>
  <artifactId>stetho</artifactId>
  <version>1.6.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.facebook.stetho:stetho:1.6.0'
Gradle Kotlin
implementation("com.facebook.stetho:stetho:1.6.0")
Scala SBT
libraryDependencies += "com.facebook.stetho" % "stetho" % "1.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.facebook.stetho', module='stetho', version='1.6.0')
)
Apache Ivy
<dependency org="com.facebook.stetho" name="stetho" rev="1.6.0" />
Leiningen
[com.facebook.stetho/stetho "1.6.0"]
Apache Buildr
'com.facebook.stetho:stetho:jar:1.6.0'