MVN

ch.tutteli.kbox : kbox-android

Maven & Gradle

Feb 05, 2020
7 stars

kbox-android · A utility library for Kotlin

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

Latest Version

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

  • Latest Stable: 0.14.3

All Versions

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

Version Vulnerabilities Updated
0.14.x
kbox-android-0.14.3
kbox-android-0.14.1

How to add a dependency to Maven

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

<dependency>
    <groupId>ch.tutteli.kbox</groupId>
    <artifactId>kbox-android</artifactId>
    <version>0.14.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'ch.tutteli.kbox:kbox-android:0.14.3'

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

implementation("ch.tutteli.kbox:kbox-android:0.14.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "ch.tutteli.kbox" % "kbox-android" % "0.14.3"

Advertisement