| GroupId | GroupIdcom.jakewharton.timber |
|---|---|
| ArtifactId | ArtifactIdtimber-parent |
| Version | Version3.0.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| timber-parent-3.0.2.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.jakewharton.timber/timber-parent/ -->
<dependency>
<groupId>com.jakewharton.timber</groupId>
<artifactId>timber-parent</artifactId>
<version>3.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jakewharton.timber/timber-parent/
implementation 'com.jakewharton.timber:timber-parent:3.0.2'
// https://jarcasting.com/artifacts/com.jakewharton.timber/timber-parent/
implementation ("com.jakewharton.timber:timber-parent:3.0.2")
'com.jakewharton.timber:timber-parent:pom:3.0.2'
<dependency org="com.jakewharton.timber" name="timber-parent" rev="3.0.2">
<artifact name="timber-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jakewharton.timber', module='timber-parent', version='3.0.2')
)
libraryDependencies += "com.jakewharton.timber" % "timber-parent" % "3.0.2"
[com.jakewharton.timber/timber-parent "3.0.2"]