Download kutils-0.0.3.jar file - Jar k

Jar examples for k:kutils

Description

Useful utilities missing in Kotlin stdlib or in JRE

You can download jar file kutils 0.0.3 in this page.

License

Unlicense

Build File

You can use the following script to add kutils-0.0.3.jar to your project.

<dependency>
   <groupId>net.offecka</groupId>
   <artifactId>kutils</artifactId>
   <version>0.0.3</version>
</dependency>
compile group: 'net.offecka', name: 'kutils', version: '0.0.3'
libraryDependencies += "net.offecka" % "kutils" % "0.0.3"
<dependency org="net.offecka" name="kutils" rev="0.0.3"/>
@Grapes(@Grab(group='net.offecka', module='kutils', version='0.0.3'))
'net.offecka:kutils:jar:0.0.3'

Download

Click the following link to download the jar file.

kutils-0.0.3-javadoc.jar
kutils-0.0.3-sources.jar
kutils-0.0.3.jar
kutils-0.0.3.pom



Related Tutorials