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