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