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