文件下载
文件名 操作
kotp-2.0.0.jar 下载
kotp-2.0.0.pom 下载
kotp-2.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.eendroroy</groupId>
  <artifactId>kotp</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.eendroroy:kotp:2.0.0'
Gradle Kotlin
implementation("io.github.eendroroy:kotp:2.0.0")
Scala SBT
libraryDependencies += "io.github.eendroroy" % "kotp" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.eendroroy', module='kotp', version='2.0.0')
)
Apache Ivy
<dependency org="io.github.eendroroy" name="kotp" rev="2.0.0" />
Leiningen
[io.github.eendroroy/kotp "2.0.0"]
Apache Buildr
'io.github.eendroroy:kotp:jar:2.0.0'