k

kotlin-logging-watchosx64

kotlin-logging 4.0.2 - 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-watchosx64-4.0.2.pom download
kotlin-logging-watchosx64-4.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.oshai</groupId>
  <artifactId>kotlin-logging-watchosx64</artifactId>
  <version>4.0.2</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'io.github.oshai:kotlin-logging-watchosx64:4.0.2'
Gradle Kotlin
implementation("io.github.oshai:kotlin-logging-watchosx64:4.0.2")
Scala SBT
libraryDependencies += "io.github.oshai" % "kotlin-logging-watchosx64" % "4.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.oshai', module='kotlin-logging-watchosx64', version='4.0.2')
)
Apache Ivy
<dependency org="io.github.oshai" name="kotlin-logging-watchosx64" rev="4.0.2" />
Leiningen
[io.github.oshai/kotlin-logging-watchosx64 "4.0.2"]
Apache Buildr
'io.github.oshai:kotlin-logging-watchosx64:jar:4.0.2'