kbox-common

A utility library for Kotlin for the common platform

License

License

GroupId

GroupId

ch.tutteli.kbox
ArtifactId

ArtifactId

kbox-common
Last Version

Last Version

0.15.1
Release Date

Release Date

Type

Type

module
Description

Description

kbox-common
A utility library for Kotlin for the common platform
Project URL

Project URL

https://github.com/robstoll/kbox
Source Code Management

Source Code Management

https://github.com/robstoll/kbox

Download kbox-common

Dependencies

runtime (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-common jar 1.3.72

Project Modules

There are no modules declared in this project.

Download Apache license Build Status Travis Build status GitHub Actions SonarCloud Status

KBox

KBox is a very small but useful utility library for Kotlin (JVM, Android and JS).

Current extension functions:

Moreover, the following function might come in handy for you as well:

Installation

KBox is pusblished to maven central, jcenter and bintray. Following an example if you use gradle and jcenter:

repositories { jcenter() }
dependencies {
    implementation 'ch.tutteli.kbox:kbox:0.16.0-SNAPSHOT'
}

Accordingly, you can use kbox-js or kbox-common as artifactId instead of kbox.

License

KBox is licensed under Apache 2.0.

Versions

Version
0.15.1
0.14.3
0.14.1