GroupId | GroupIdcom.facebook.stetho |
---|---|
ArtifactId | ArtifactIdstetho |
Version | Version1.4.1 |
Type | Typeaar |
Filename | Size |
---|---|
stetho-1.4.1.pom | |
stetho-1.4.1.aar | 432 KB |
stetho-1.4.1-sources.jar | 235 KB |
stetho-1.4.1-javadoc.jar | 750 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.stetho/stetho/ -->
<dependency>
<groupId>com.facebook.stetho</groupId>
<artifactId>stetho</artifactId>
<version>1.4.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.stetho/stetho/
implementation 'com.facebook.stetho:stetho:1.4.1'
// https://jarcasting.com/artifacts/com.facebook.stetho/stetho/
implementation ("com.facebook.stetho:stetho:1.4.1")
'com.facebook.stetho:stetho:aar:1.4.1'
<dependency org="com.facebook.stetho" name="stetho" rev="1.4.1">
<artifact name="stetho" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.stetho', module='stetho', version='1.4.1')
)
libraryDependencies += "com.facebook.stetho" % "stetho" % "1.4.1"
[com.facebook.stetho/stetho "1.4.1"]