Dependency Information

Apache Maven

<dependency>
  <groupId>io.dropwizard</groupId>
  <artifactId>dropwizard-bom</artifactId>
  <version>1.0.5</version>
  <type>pom</type>
</dependency>

Apache Buildr

'io.dropwizard:dropwizard-bom:pom:1.0.5'

Apache Ivy

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

Groovy Grape

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

Grails

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

Leiningen

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

SBT

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