k

kotlin-logging-watchosx64

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