| License |
License |
|---|---|
| GroupId | GroupIdco.touchlab |
| ArtifactId | ArtifactIdtimber-android |
| Version | Version5.0.1-mp |
| Type | Typeaar |
| Description |
DescriptionTimber (Android)
No-nonsense injectable logging.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| timber-android-5.0.1-mp.pom | |
| timber-android-5.0.1-mp.aar | 4 KB |
| timber-android-5.0.1-mp-sources.jar | 1 KB |
| timber-android-5.0.1-mp-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/co.touchlab/timber-android/ -->
<dependency>
<groupId>co.touchlab</groupId>
<artifactId>timber-android</artifactId>
<version>5.0.1-mp</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/co.touchlab/timber-android/
implementation 'co.touchlab:timber-android:5.0.1-mp'
// https://jarcasting.com/artifacts/co.touchlab/timber-android/
implementation ("co.touchlab:timber-android:5.0.1-mp")
'co.touchlab:timber-android:aar:5.0.1-mp'
<dependency org="co.touchlab" name="timber-android" rev="5.0.1-mp">
<artifact name="timber-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='co.touchlab', module='timber-android', version='5.0.1-mp')
)
libraryDependencies += "co.touchlab" % "timber-android" % "5.0.1-mp"
[co.touchlab/timber-android "5.0.1-mp"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.41 |