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