t

timber-android

No-nonsense injectable logging.
https://github.com/touchlab/timber
The Apache Software License, Version 2.0
Kevin Galligan
Files download
File Operation
timber-android-5.0.1-mp.pom download
timber-android-5.0.1-mp-sources.jar download
Apache Maven
<dependency>
  <groupId>co.touchlab</groupId>
  <artifactId>timber-android</artifactId>
  <version>5.0.1-mp</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'co.touchlab:timber-android:5.0.1-mp'
Gradle Kotlin
implementation("co.touchlab:timber-android:5.0.1-mp")
Scala SBT
libraryDependencies += "co.touchlab" % "timber-android" % "5.0.1-mp"
Groovy Grape
@Grapes(
  @Grab(group='co.touchlab', module='timber-android', version='5.0.1-mp')
)
Apache Ivy
<dependency org="co.touchlab" name="timber-android" rev="5.0.1-mp" />
Leiningen
[co.touchlab/timber-android "5.0.1-mp"]
Apache Buildr
'co.touchlab:timber-android:jar:5.0.1-mp'