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