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.5.jar download
kutils-0.0.5.pom download
kutils-0.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.kenny-tang</groupId>
  <artifactId>kutils</artifactId>
  <version>0.0.5</version>
</dependency>
Gradle Groovy
implementation 'com.github.kenny-tang:kutils:0.0.5'
Gradle Kotlin
implementation("com.github.kenny-tang:kutils:0.0.5")
Scala SBT
libraryDependencies += "com.github.kenny-tang" % "kutils" % "0.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.kenny-tang', module='kutils', version='0.0.5')
)
Apache Ivy
<dependency org="com.github.kenny-tang" name="kutils" rev="0.0.5" />
Leiningen
[com.github.kenny-tang/kutils "0.0.5"]
Apache Buildr
'com.github.kenny-tang:kutils:jar:0.0.5'