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