is not current version
Last Version 0.0.3

net.offecka:kutils 0.0.2

Useful utilities missing in Kotlin stdlib or in JRE

Categories

Categories

Net
GroupId

GroupId

net.offecka
ArtifactId

ArtifactId

kutils
Version

Version

0.0.2
Type

Type

jar

Download kutils 0.0.2


<!-- https://jarcasting.com/artifacts/net.offecka/kutils/ -->
<dependency>
    <groupId>net.offecka</groupId>
    <artifactId>kutils</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.offecka/kutils/
implementation 'net.offecka:kutils:0.0.2'
// https://jarcasting.com/artifacts/net.offecka/kutils/
implementation ("net.offecka:kutils:0.0.2")
'net.offecka:kutils:jar:0.0.2'
<dependency org="net.offecka" name="kutils" rev="0.0.2">
  <artifact name="kutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.offecka', module='kutils', version='0.0.2')
)
libraryDependencies += "net.offecka" % "kutils" % "0.0.2"
[net.offecka/kutils "0.0.2"]