-
Notifications
You must be signed in to change notification settings - Fork 3
Kotlin Logging Maven Dependency
Ramesh Fadatare edited this page Nov 30, 2019
·
1 revision
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