k

kommons-debug

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