k

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.
https://github.com/bkahlert/kommons
MIT
Björn Kahlert
Files download
File Operation
kommons-1.11.4.jar download
kommons-1.11.4.pom download
kommons-1.11.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.bkahlert.kommons</groupId>
  <artifactId>kommons</artifactId>
  <version>1.11.4</version>
</dependency>
Gradle Groovy
implementation 'com.bkahlert.kommons:kommons:1.11.4'
Gradle Kotlin
implementation("com.bkahlert.kommons:kommons:1.11.4")
Scala SBT
libraryDependencies += "com.bkahlert.kommons" % "kommons" % "1.11.4"
Groovy Grape
@Grapes(
  @Grab(group='com.bkahlert.kommons', module='kommons', version='1.11.4')
)
Apache Ivy
<dependency org="com.bkahlert.kommons" name="kommons" rev="1.11.4" />
Leiningen
[com.bkahlert.kommons/kommons "1.11.4"]
Apache Buildr
'com.bkahlert.kommons:kommons:jar:1.11.4'