k

kommons-debug

Kommons is a Kotlin Multiplatform Library with features you did not know you were missing
https://github.com/bkahlert/kommons-debug
MIT
Björn Kahlert
文件下载
文件名 操作
kommons-debug-0.12.0.jar 下载
kommons-debug-0.12.0.pom 下载
kommons-debug-0.12.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.bkahlert.kommons</groupId>
  <artifactId>kommons-debug</artifactId>
  <version>0.12.0</version>
</dependency>
Gradle Groovy
implementation 'com.bkahlert.kommons:kommons-debug:0.12.0'
Gradle Kotlin
implementation("com.bkahlert.kommons:kommons-debug:0.12.0")
Scala SBT
libraryDependencies += "com.bkahlert.kommons" % "kommons-debug" % "0.12.0"
Groovy Grape
@Grapes(
  @Grab(group='com.bkahlert.kommons', module='kommons-debug', version='0.12.0')
)
Apache Ivy
<dependency org="com.bkahlert.kommons" name="kommons-debug" rev="0.12.0" />
Leiningen
[com.bkahlert.kommons/kommons-debug "0.12.0"]
Apache Buildr
'com.bkahlert.kommons:kommons-debug:jar:0.12.0'