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