Dependency Information

Apache Maven

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

Apache Buildr

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

Apache Ivy

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

Groovy Grape

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

Grails

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

Leiningen

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

SBT

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