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