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