k

kommons

Features for Kotlin™ Multiplatform You Didn't Know You Were Missing
https://github.com/bkahlert/kommons/tree/master/kommons
MIT
Björn Kahlert
文件下载
文件名 操作
kommons-2.4.0.jar 下载
kommons-2.4.0.pom 下载
kommons-2.4.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.bkahlert.kommons</groupId>
  <artifactId>kommons</artifactId>
  <version>2.4.0</version>
</dependency>
Gradle Groovy
implementation 'com.bkahlert.kommons:kommons:2.4.0'
Gradle Kotlin
implementation("com.bkahlert.kommons:kommons:2.4.0")
Scala SBT
libraryDependencies += "com.bkahlert.kommons" % "kommons" % "2.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.bkahlert.kommons', module='kommons', version='2.4.0')
)
Apache Ivy
<dependency org="com.bkahlert.kommons" name="kommons" rev="2.4.0" />
Leiningen
[com.bkahlert.kommons/kommons "2.4.0"]
Apache Buildr
'com.bkahlert.kommons:kommons:jar:2.4.0'