| License |
License |
|---|---|
| GroupId | GroupIdcom.facebook.stetho |
| ArtifactId | ArtifactIdstetho-okhttp |
| Version | Version1.6.0 |
| Type | Typeaar |
| Description |
DescriptionStetho OkHttp module
Stetho Debugging Platform for Android
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| stetho-okhttp-1.6.0.pom | |
| stetho-okhttp-1.6.0.aar | 17 KB |
| stetho-okhttp-1.6.0-sources.jar | 2 KB |
| stetho-okhttp-1.6.0-javadoc.jar | 18 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.stetho/stetho-okhttp/ -->
<dependency>
<groupId>com.facebook.stetho</groupId>
<artifactId>stetho-okhttp</artifactId>
<version>1.6.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.stetho/stetho-okhttp/
implementation 'com.facebook.stetho:stetho-okhttp:1.6.0'
// https://jarcasting.com/artifacts/com.facebook.stetho/stetho-okhttp/
implementation ("com.facebook.stetho:stetho-okhttp:1.6.0")
'com.facebook.stetho:stetho-okhttp:aar:1.6.0'
<dependency org="com.facebook.stetho" name="stetho-okhttp" rev="1.6.0">
<artifact name="stetho-okhttp" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.stetho', module='stetho-okhttp', version='1.6.0')
)
libraryDependencies += "com.facebook.stetho" % "stetho-okhttp" % "1.6.0"
[com.facebook.stetho/stetho-okhttp "1.6.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.facebook.stetho : stetho | jar | 1.6.0 |
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| com.squareup.okhttp : okhttp | jar | 2.7.2 |