k

kotlin-logging-linuxx64

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