k

kommons-debug

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