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