s

stetho

Stetho Debugging Platform for Android
https://github.com/facebook/stetho
BSD License
Facebook
文件下载
文件名 操作
stetho-1.5.0.pom 下载
stetho-1.5.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.facebook.stetho</groupId>
  <artifactId>stetho</artifactId>
  <version>1.5.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.facebook.stetho:stetho:1.5.0'
Gradle Kotlin
implementation("com.facebook.stetho:stetho:1.5.0")
Scala SBT
libraryDependencies += "com.facebook.stetho" % "stetho" % "1.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.facebook.stetho', module='stetho', version='1.5.0')
)
Apache Ivy
<dependency org="com.facebook.stetho" name="stetho" rev="1.5.0" />
Leiningen
[com.facebook.stetho/stetho "1.5.0"]
Apache Buildr
'com.facebook.stetho:stetho:jar:1.5.0'