Dependency Information

Apache Maven

<dependency>
  <groupId>io.dropwizard</groupId>
  <artifactId>dropwizard-jdbi</artifactId>
  <version>1.0.5</version>
</dependency>

Apache Buildr

'io.dropwizard:dropwizard-jdbi:jar:1.0.5'

Apache Ivy

<dependency org="io.dropwizard" name="dropwizard-jdbi" rev="1.0.5">
  <artifact name="dropwizard-jdbi" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-jdbi', version='1.0.5')
)

Grails

compile 'io.dropwizard:dropwizard-jdbi:1.0.5'

Leiningen

[io.dropwizard/dropwizard-jdbi "1.0.5"]

SBT

libraryDependencies += "io.dropwizard" % "dropwizard-jdbi" % "1.0.5"