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.3.1.jar download
kommons-logging-core-2.3.1.pom download
kommons-logging-core-2.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.bkahlert.kommons</groupId>
  <artifactId>kommons-logging-core</artifactId>
  <version>2.3.1</version>
</dependency>
Gradle Groovy
implementation 'com.bkahlert.kommons:kommons-logging-core:2.3.1'
Gradle Kotlin
implementation("com.bkahlert.kommons:kommons-logging-core:2.3.1")
Scala SBT
libraryDependencies += "com.bkahlert.kommons" % "kommons-logging-core" % "2.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.bkahlert.kommons', module='kommons-logging-core', version='2.3.1')
)
Apache Ivy
<dependency org="com.bkahlert.kommons" name="kommons-logging-core" rev="2.3.1" />
Leiningen
[com.bkahlert.kommons/kommons-logging-core "2.3.1"]
Apache Buildr
'com.bkahlert.kommons:kommons-logging-core:jar:2.3.1'