s

stetho-okhttp3

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