Kotlin Logging Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki

kotlin-logging 1.7.8 - Lightweight logging framework for Kotlin

Kotlin Logging Maven Dependency

Copy below Kotlin Logging maven dependency and paste in your project pom.xml file:

<!-- https://mvnrepository.com/artifact/io.github.microutils/kotlin-logging -->
<dependency>
    <groupId>io.github.microutils</groupId>
    <artifactId>kotlin-logging</artifactId>
    <version>1.7.8</version>
</dependency>

Kotlin Logging Gradle Dependency

Copy below Kotlin Logging gradle dependency and paste in your project build.gradle file:

// https://mvnrepository.com/artifact/io.github.microutils/kotlin-logging
compile group: 'io.github.microutils', name: 'kotlin-logging', version: '1.7.8'

Download JAR File

https://repo1.maven.org/maven2/io/github/microutils/kotlin-logging/1.7.8/kotlin-logging-1.7.8.jar

Check for Latest Release

https://mvnrepository.com/artifact/io.github.microutils/kotlin-logging

Reference

https://mvnrepository.com/artifact/io.github.microutils/kotlin-logging

⚠️ **GitHub.com Fallback** ⚠️