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