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