Kotlin Logging Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki
kotlin-logging 1.7.8 - Lightweight logging framework for Kotlin
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>
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'
https://repo1.maven.org/maven2/io/github/microutils/kotlin-logging/1.7.8/kotlin-logging-1.7.8.jar
https://mvnrepository.com/artifact/io.github.microutils/kotlin-logging
https://mvnrepository.com/artifact/io.github.microutils/kotlin-logging