Download kotlin-logging-1.5.4.jar file - Jar k

Jar examples for k:kotlin-logging

Description

kotlin-logging 1.4.5 - Lightweight logging framework for Kotlin

You can download jar file kotlin-logging 1.5.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add kotlin-logging-1.5.4.jar to your project.

<dependency>
   <groupId>io.github.microutils</groupId>
   <artifactId>kotlin-logging</artifactId>
   <version>1.5.4</version>
</dependency>
compile group: 'io.github.microutils', name: 'kotlin-logging', version: '1.5.4'
libraryDependencies += "io.github.microutils" % "kotlin-logging" % "1.5.4"
<dependency org="io.github.microutils" name="kotlin-logging" rev="1.5.4"/>
@Grapes(@Grab(group='io.github.microutils', module='kotlin-logging', version='1.5.4'))
'io.github.microutils:kotlin-logging:jar:1.5.4'

Download

Click the following link to download the jar file.

kotlin-logging-1.5.4-javadoc.jar
kotlin-logging-1.5.4-sources.jar
kotlin-logging-1.5.4.jar
kotlin-logging-1.5.4.pom



Related Tutorials