k

kotlin-logging-iosx64

kotlin-logging 6.0.7 - Lightweight logging framework for Kotlin
https://github.com/oshai/kotlin-logging
The Apache Software License, Version 2.0
Ohad Shai
Files download
File Operation
kotlin-logging-iosx64-6.0.7.pom download
kotlin-logging-iosx64-6.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.oshai</groupId>
  <artifactId>kotlin-logging-iosx64</artifactId>
  <version>6.0.7</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'io.github.oshai:kotlin-logging-iosx64:6.0.7'
Gradle Kotlin
implementation("io.github.oshai:kotlin-logging-iosx64:6.0.7")
Scala SBT
libraryDependencies += "io.github.oshai" % "kotlin-logging-iosx64" % "6.0.7"
Groovy Grape
@Grapes(
  @Grab(group='io.github.oshai', module='kotlin-logging-iosx64', version='6.0.7')
)
Apache Ivy
<dependency org="io.github.oshai" name="kotlin-logging-iosx64" rev="6.0.7" />
Leiningen
[io.github.oshai/kotlin-logging-iosx64 "6.0.7"]
Apache Buildr
'io.github.oshai:kotlin-logging-iosx64:jar:6.0.7'