MVN

ch.tutteli.kbox : kbox-jvm

Maven & Gradle

Jul 13, 2023
7 stars

kbox · A utility library for Kotlin

<dependency>
    <groupId>ch.tutteli.kbox</groupId>
    <artifactId>kbox-jvm</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.tutteli.kbox : kbox-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of ch.tutteli.kbox : kbox-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
kbox-jvm-1.0.0
0.16.x
kbox-jvm-0.16.0

How to add a dependency to Maven

Add the following ch.tutteli.kbox : kbox-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.tutteli.kbox</groupId>
    <artifactId>kbox-jvm</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.tutteli.kbox : kbox-jvm gradle dependency to your build.gradle file:

implementation 'ch.tutteli.kbox:kbox-jvm:1.0.0'

Gradle Kotlin DSL: Add the following ch.tutteli.kbox : kbox-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.tutteli.kbox:kbox-jvm:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.tutteli.kbox : kbox-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.tutteli.kbox" % "kbox-jvm" % "1.0.0"

Advertisement

Dependencies from Group

Jul 07, 2020
6 usages
7 stars
Jul 13, 2023
3 usages
7 stars
Jul 13, 2023
3 usages
7 stars
Feb 05, 2020
7 stars
Jul 13, 2023
7 stars

Discover Dependencies