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