is not current version
Last Version 0.0.5

io.github.dibog:kotlin-utils 0.0.1

Some utility functions / classes to be used with Kotlin.

Categories

Categories

Kotlin Languages
GroupId

GroupId

io.github.dibog
ArtifactId

ArtifactId

kotlin-utils
Version

Version

0.0.1
Type

Type

jar

Download kotlin-utils 0.0.1


<!-- https://jarcasting.com/artifacts/io.github.dibog/kotlin-utils/ -->
<dependency>
    <groupId>io.github.dibog</groupId>
    <artifactId>kotlin-utils</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dibog/kotlin-utils/
implementation 'io.github.dibog:kotlin-utils:0.0.1'
// https://jarcasting.com/artifacts/io.github.dibog/kotlin-utils/
implementation ("io.github.dibog:kotlin-utils:0.0.1")
'io.github.dibog:kotlin-utils:jar:0.0.1'
<dependency org="io.github.dibog" name="kotlin-utils" rev="0.0.1">
  <artifact name="kotlin-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dibog', module='kotlin-utils', version='0.0.1')
)
libraryDependencies += "io.github.dibog" % "kotlin-utils" % "0.0.1"
[io.github.dibog/kotlin-utils "0.0.1"]