Last Version

utils 0.0.3

Useful utilities missing in Kotlin stdlib or in JRE

License

License

Categories

Categories

Net
GroupId

GroupId

net.offecka
ArtifactId

ArtifactId

kutils
Version

Version

0.0.3
Type

Type

jar
Description

Description

utils
Useful utilities missing in Kotlin stdlib or in JRE
Project URL

Project URL

https://github.com/keyoffecka/kutils

Download kutils 0.0.3


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

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.0.3

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 1.10.19

Project Modules

There are no modules declared in this project.