Files download
File Operation
k-commons-1.0.14.jar download
k-commons-1.0.14.pom download
k-commons-1.0.14-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.kylin-hunter</groupId>
  <artifactId>k-commons</artifactId>
  <version>1.0.14</version>
</dependency>
Gradle Groovy
implementation 'io.github.kylin-hunter:k-commons:1.0.14'
Gradle Kotlin
implementation("io.github.kylin-hunter:k-commons:1.0.14")
Scala SBT
libraryDependencies += "io.github.kylin-hunter" % "k-commons" % "1.0.14"
Groovy Grape
@Grapes(
  @Grab(group='io.github.kylin-hunter', module='k-commons', version='1.0.14')
)
Apache Ivy
<dependency org="io.github.kylin-hunter" name="k-commons" rev="1.0.14" />
Leiningen
[io.github.kylin-hunter/k-commons "1.0.14"]
Apache Buildr
'io.github.kylin-hunter:k-commons:jar:1.0.14'