MVN

io.github.microutils : kotlin-logging-tvosx64

Maven & Gradle

Feb 01, 2023
2.4k stars

kotlin-logging · kotlin-logging 3.0.5 - Lightweight logging framework for Kotlin

<dependency>
    <groupId>io.github.microutils</groupId>
    <artifactId>kotlin-logging-tvosx64</artifactId>
    <version>3.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.microutils : kotlin-logging-tvosx64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.5
  • Latest Beta: 4.0.0-beta-2

All Versions

Choose a version of io.github.microutils : kotlin-logging-tvosx64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
kotlin-logging-tvosx64-4.0.0-beta-2
kotlin-logging-tvosx64-4.0.0-beta-1
3.0.x
kotlin-logging-tvosx64-3.0.5
kotlin-logging-tvosx64-3.0.4
kotlin-logging-tvosx64-3.0.3
kotlin-logging-tvosx64-3.0.2
kotlin-logging-tvosx64-3.0.0
2.1.x
kotlin-logging-tvosx64-2.1.23

How to add a dependency to Maven

Add the following io.github.microutils : kotlin-logging-tvosx64 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.microutils</groupId>
    <artifactId>kotlin-logging-tvosx64</artifactId>
    <version>3.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.microutils : kotlin-logging-tvosx64 gradle dependency to your build.gradle file:

implementation 'io.github.microutils:kotlin-logging-tvosx64:3.0.5'

Gradle Kotlin DSL: Add the following io.github.microutils : kotlin-logging-tvosx64 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.microutils:kotlin-logging-tvosx64:3.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.microutils : kotlin-logging-tvosx64 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.microutils" % "kotlin-logging-tvosx64" % "3.0.5"

Advertisement