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
文件下载
文件名 操作
kommons-1.11.2.jar 下载
kommons-1.11.2.pom 下载
kommons-1.11.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.bkahlert.kommons</groupId>
  <artifactId>kommons</artifactId>
  <version>1.11.2</version>
</dependency>
Gradle Groovy
implementation 'com.bkahlert.kommons:kommons:1.11.2'
Gradle Kotlin
implementation("com.bkahlert.kommons:kommons:1.11.2")
Scala SBT
libraryDependencies += "com.bkahlert.kommons" % "kommons" % "1.11.2"
Groovy Grape
@Grapes(
  @Grab(group='com.bkahlert.kommons', module='kommons', version='1.11.2')
)
Apache Ivy
<dependency org="com.bkahlert.kommons" name="kommons" rev="1.11.2" />
Leiningen
[com.bkahlert.kommons/kommons "1.11.2"]
Apache Buildr
'com.bkahlert.kommons:kommons:jar:1.11.2'