Download ktutils-1.3.7.jar file - Jar k

Jar examples for k:ktutils

Description

Various utility classes. Except for very rare exceptions (annotation-based validation) this will not require any dependencies beyond the JRE

You can download jar file ktutils 1.3.7 in this page.

Build File

You can use the following script to add ktutils-1.3.7.jar to your project.

<dependency>
   <groupId>com.kloudtek.ktutils</groupId>
   <artifactId>ktutils</artifactId>
   <version>1.3.7</version>
</dependency>
compile group: 'com.kloudtek.ktutils', name: 'ktutils', version: '1.3.7'
libraryDependencies += "com.kloudtek.ktutils" % "ktutils" % "1.3.7"
<dependency org="com.kloudtek.ktutils" name="ktutils" rev="1.3.7"/>
@Grapes(@Grab(group='com.kloudtek.ktutils', module='ktutils', version='1.3.7'))
'com.kloudtek.ktutils:ktutils:jar:1.3.7'

Download

Click the following link to download the jar file.

ktutils-1.3.7-javadoc.jar
ktutils-1.3.7-sources.jar
ktutils-1.3.7.jar
ktutils-1.3.7.pom



Related Tutorials