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