| Группа | Группаcom.facebook.stetho |
|---|---|
| Идентификатор | Идентификаторstetho-timber |
| Версия | Версия1.3.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| stetho-timber-1.3.1.pom | |
| stetho-timber-1.3.1.jar | 38 KB |
| stetho-timber-1.3.1-sources.jar | 1 KB |
| stetho-timber-1.3.1-javadoc.jar | 19 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.facebook.stetho/stetho-timber/ -->
<dependency>
<groupId>com.facebook.stetho</groupId>
<artifactId>stetho-timber</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.stetho/stetho-timber/
implementation 'com.facebook.stetho:stetho-timber:1.3.1'
// https://jarcasting.com/artifacts/com.facebook.stetho/stetho-timber/
implementation ("com.facebook.stetho:stetho-timber:1.3.1")
'com.facebook.stetho:stetho-timber:jar:1.3.1'
<dependency org="com.facebook.stetho" name="stetho-timber" rev="1.3.1">
<artifact name="stetho-timber" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.stetho', module='stetho-timber', version='1.3.1')
)
libraryDependencies += "com.facebook.stetho" % "stetho-timber" % "1.3.1"
[com.facebook.stetho/stetho-timber "1.3.1"]