Dependency Information

Apache Maven

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

Apache Buildr

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

Apache Ivy

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

Groovy Grape

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

Grails

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

Leiningen

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

SBT

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