MVN

com.bkahlert.kommons : kommons-native

Maven & Gradle

Sep 14, 2021
16 stars

Kommons · Kommons is a Kotlin Multiplatform Library, with a minimal set of dependencies, allowing you to run Command Lines and Shell Scripts, locally or in a Docker Container—and a dozen of other features like various builders, an improved Java NIO 2 integration, decimal and binary units, and Unicode-related features.

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

Latest Version

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

  • Latest Stable: 1.11.5

All Versions

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

Version Vulnerabilities Updated
1.11.x
kommons-native-1.11.5
kommons-native-1.11.4
kommons-native-1.11.2
kommons-native-1.11.1
kommons-native-1.11.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.bkahlert.kommons</groupId>
    <artifactId>kommons-native</artifactId>
    <version>1.11.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.bkahlert.kommons:kommons-native:1.11.5'

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

implementation("com.bkahlert.kommons:kommons-native:1.11.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.bkahlert.kommons" % "kommons-native" % "1.11.5"

Advertisement