не последняя версия
Последняя версия 1.6.0

com.facebook.stetho:stetho 1.5.0

Stetho Debugging Platform for Android

Группа

Группа

com.facebook.stetho
Идентификатор

Идентификатор

stetho
Версия

Версия

1.5.0
Тип

Тип

aar

Скачать stetho 1.5.0


<!-- https://jarcasting.com/artifacts/com.facebook.stetho/stetho/ -->
<dependency>
    <groupId>com.facebook.stetho</groupId>
    <artifactId>stetho</artifactId>
    <version>1.5.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.stetho/stetho/
implementation 'com.facebook.stetho:stetho:1.5.0'
// https://jarcasting.com/artifacts/com.facebook.stetho/stetho/
implementation ("com.facebook.stetho:stetho:1.5.0")
'com.facebook.stetho:stetho:aar:1.5.0'
<dependency org="com.facebook.stetho" name="stetho" rev="1.5.0">
  <artifact name="stetho" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.stetho', module='stetho', version='1.5.0')
)
libraryDependencies += "com.facebook.stetho" % "stetho" % "1.5.0"
[com.facebook.stetho/stetho "1.5.0"]