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