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