is not current version
Last Version 2.1.23

io.github.microutils:kotlin-logging 2.0.3

kotlin-logging 2.0.3 - Lightweight logging framework for Kotlin

Categories

Categories

Kotlin Languages Logging Application Layer Libs
GroupId

GroupId

io.github.microutils
ArtifactId

ArtifactId

kotlin-logging
Version

Version

2.0.3
Type

Type

pom

Download kotlin-logging 2.0.3


<!-- https://jarcasting.com/artifacts/io.github.microutils/kotlin-logging/ -->
<dependency>
    <groupId>io.github.microutils</groupId>
    <artifactId>kotlin-logging</artifactId>
    <version>2.0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.microutils/kotlin-logging/
implementation 'io.github.microutils:kotlin-logging:2.0.3'
// https://jarcasting.com/artifacts/io.github.microutils/kotlin-logging/
implementation ("io.github.microutils:kotlin-logging:2.0.3")
'io.github.microutils:kotlin-logging:pom:2.0.3'
<dependency org="io.github.microutils" name="kotlin-logging" rev="2.0.3">
  <artifact name="kotlin-logging" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.microutils', module='kotlin-logging', version='2.0.3')
)
libraryDependencies += "io.github.microutils" % "kotlin-logging" % "2.0.3"
[io.github.microutils/kotlin-logging "2.0.3"]