k

kommons-logging-core

Kommons Logging: Core is a Kotlin Multiplatform Library with convenience features for Kotlin Logging and SLF4J
https://github.com/bkahlert/kommons/tree/master/kommons-logging-core
MIT
Björn Kahlert
Files download
File Operation
kommons-logging-core-2.1.0.jar download
kommons-logging-core-2.1.0.pom download
kommons-logging-core-2.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.bkahlert.kommons</groupId>
  <artifactId>kommons-logging-core</artifactId>
  <version>2.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.bkahlert.kommons:kommons-logging-core:2.1.0'
Gradle Kotlin
implementation("com.bkahlert.kommons:kommons-logging-core:2.1.0")
Scala SBT
libraryDependencies += "com.bkahlert.kommons" % "kommons-logging-core" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.bkahlert.kommons', module='kommons-logging-core', version='2.1.0')
)
Apache Ivy
<dependency org="com.bkahlert.kommons" name="kommons-logging-core" rev="2.1.0" />
Leiningen
[com.bkahlert.kommons/kommons-logging-core "2.1.0"]
Apache Buildr
'com.bkahlert.kommons:kommons-logging-core:jar:2.1.0'