k

kutils

kutils will help you avoid repeat works on commom tools, such as Dates Strings Numberics.
http://maven.apache.org
The Apache Software License, Version 2.0
Kenny
Files download
File Operation
kutils-0.0.4.jar download
kutils-0.0.4.pom download
kutils-0.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.kenny-tang</groupId>
  <artifactId>kutils</artifactId>
  <version>0.0.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.kenny-tang:kutils:0.0.4'
Gradle Kotlin
implementation("com.github.kenny-tang:kutils:0.0.4")
Scala SBT
libraryDependencies += "com.github.kenny-tang" % "kutils" % "0.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.kenny-tang', module='kutils', version='0.0.4')
)
Apache Ivy
<dependency org="com.github.kenny-tang" name="kutils" rev="0.0.4" />
Leiningen
[com.github.kenny-tang/kutils "0.0.4"]
Apache Buildr
'com.github.kenny-tang:kutils:jar:0.0.4'