MVN

com.bkahlert.kommons : kommons-debug

Maven & Gradle

Mar 05, 2023
16 stars

Kommons Debug · Kommons Debug is a Kotlin Multiplatform Library for print debugging.

<dependency>
    <groupId>com.bkahlert.kommons</groupId>
    <artifactId>kommons-debug</artifactId>
    <version>2.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bkahlert.kommons : kommons-debug to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.0
  • Latest Release Candidate: 1.12.0-rc.1

All Versions

Choose a version of com.bkahlert.kommons : kommons-debug to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8.x
kommons-debug-2.8.0
2.7.x
kommons-debug-2.7.0
2.6.x
kommons-debug-2.6.0
2.5.x
kommons-debug-2.5.0
2.4.x
kommons-debug-2.4.1
kommons-debug-2.4.0
2.3.x
kommons-debug-2.3.1
kommons-debug-2.3.0
2.2.x
kommons-debug-2.2.0
2.1.x
kommons-debug-2.1.0
2.0.x
kommons-debug-2.0.0
1.12.x
kommons-debug-1.12.0-rc.1
0.14.x
kommons-debug-0.14.0
0.13.x
kommons-debug-0.13.0
0.12.x
kommons-debug-0.12.0
0.11.x
kommons-debug-0.11.0
0.10.x
kommons-debug-0.10.1
kommons-debug-0.10.0
0.9.x
kommons-debug-0.9.0
0.8.x
kommons-debug-0.8.0
0.7.x
kommons-debug-0.7.1
0.6.x
kommons-debug-0.6.1
kommons-debug-0.6.0
0.5.x
kommons-debug-0.5.0
0.4.x
kommons-debug-0.4.0
0.3.x
kommons-debug-0.3.1
kommons-debug-0.3.0
0.2.x
kommons-debug-0.2.0
0.1.x
kommons-debug-0.1.0

How to add a dependency to Maven

Add the following com.bkahlert.kommons : kommons-debug maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.bkahlert.kommons</groupId>
    <artifactId>kommons-debug</artifactId>
    <version>2.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bkahlert.kommons : kommons-debug gradle dependency to your build.gradle file:

implementation 'com.bkahlert.kommons:kommons-debug:2.8.0'

Gradle Kotlin DSL: Add the following com.bkahlert.kommons : kommons-debug gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bkahlert.kommons:kommons-debug:2.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bkahlert.kommons : kommons-debug sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bkahlert.kommons" % "kommons-debug" % "2.8.0"