GroupId | GroupIdcom.facebook.stetho |
---|---|
ArtifactId | ArtifactIdstetho-okhttp |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
stetho-okhttp-1.3.0.pom | |
stetho-okhttp-1.3.0.jar | 42 KB |
stetho-okhttp-1.3.0-sources.jar | 2 KB |
stetho-okhttp-1.3.0-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.stetho/stetho-okhttp/ -->
<dependency>
<groupId>com.facebook.stetho</groupId>
<artifactId>stetho-okhttp</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.stetho/stetho-okhttp/
implementation 'com.facebook.stetho:stetho-okhttp:1.3.0'
// https://jarcasting.com/artifacts/com.facebook.stetho/stetho-okhttp/
implementation ("com.facebook.stetho:stetho-okhttp:1.3.0")
'com.facebook.stetho:stetho-okhttp:jar:1.3.0'
<dependency org="com.facebook.stetho" name="stetho-okhttp" rev="1.3.0">
<artifact name="stetho-okhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.stetho', module='stetho-okhttp', version='1.3.0')
)
libraryDependencies += "com.facebook.stetho" % "stetho-okhttp" % "1.3.0"
[com.facebook.stetho/stetho-okhttp "1.3.0"]