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