MVN

co.touchlab : timber-kmp-jvm

Maven & Gradle

Jul 21, 2019
9 stars

Timber-KMP · No-nonsense injectable logging.

<dependency>
    <groupId>co.touchlab</groupId>
    <artifactId>timber-kmp-jvm</artifactId>
    <version>5.0.1-mp</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.touchlab : timber-kmp-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.1-mp

All Versions

Choose a version of co.touchlab : timber-kmp-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
timber-kmp-jvm-5.0.1-mp

How to add a dependency to Maven

Add the following co.touchlab : timber-kmp-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.touchlab</groupId>
    <artifactId>timber-kmp-jvm</artifactId>
    <version>5.0.1-mp</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.touchlab : timber-kmp-jvm gradle dependency to your build.gradle file:

implementation 'co.touchlab:timber-kmp-jvm:5.0.1-mp'

Gradle Kotlin DSL: Add the following co.touchlab : timber-kmp-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("co.touchlab:timber-kmp-jvm:5.0.1-mp")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.touchlab : timber-kmp-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "co.touchlab" % "timber-kmp-jvm" % "5.0.1-mp"

Advertisement