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