k

kommons-core-jvm

Kommons Core is a Kotlin Multiplatform Library that offers shared features for all Kommons modules.
https://github.com/bkahlert/kommons/tree/master/kommons-core
MIT
Björn Kahlert
Files download
File Operation
kommons-core-jvm-2.6.0.jar download
kommons-core-jvm-2.6.0.pom download
kommons-core-jvm-2.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.bkahlert.kommons</groupId>
  <artifactId>kommons-core-jvm</artifactId>
  <version>2.6.0</version>
</dependency>
Gradle Groovy
implementation 'com.bkahlert.kommons:kommons-core-jvm:2.6.0'
Gradle Kotlin
implementation("com.bkahlert.kommons:kommons-core-jvm:2.6.0")
Scala SBT
libraryDependencies += "com.bkahlert.kommons" % "kommons-core-jvm" % "2.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.bkahlert.kommons', module='kommons-core-jvm', version='2.6.0')
)
Apache Ivy
<dependency org="com.bkahlert.kommons" name="kommons-core-jvm" rev="2.6.0" />
Leiningen
[com.bkahlert.kommons/kommons-core-jvm "2.6.0"]
Apache Buildr
'com.bkahlert.kommons:kommons-core-jvm:jar:2.6.0'