k

kutils

Useful utilities missing in Kotlin stdlib or in JRE
https://github.com/keyoffecka/kutils
Unlicense
Konstantin Golub
Files download
File Operation
kutils-0.0.3.jar download
kutils-0.0.3.pom download
kutils-0.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>net.offecka</groupId>
  <artifactId>kutils</artifactId>
  <version>0.0.3</version>
</dependency>
Gradle Groovy
implementation 'net.offecka:kutils:0.0.3'
Gradle Kotlin
implementation("net.offecka:kutils:0.0.3")
Scala SBT
libraryDependencies += "net.offecka" % "kutils" % "0.0.3"
Groovy Grape
@Grapes(
  @Grab(group='net.offecka', module='kutils', version='0.0.3')
)
Apache Ivy
<dependency org="net.offecka" name="kutils" rev="0.0.3" />
Leiningen
[net.offecka/kutils "0.0.3"]
Apache Buildr
'net.offecka:kutils:jar:0.0.3'