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