<dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-bom</artifactId> <version>1.0.5</version> <type>pom</type> </dependency>
'io.dropwizard:dropwizard-bom:pom:1.0.5'
<dependency org="io.dropwizard" name="dropwizard-bom" rev="1.0.5"> <artifact name="dropwizard-bom" type="pom" /> </dependency>
@Grapes( @Grab(group='io.dropwizard', module='dropwizard-bom', version='1.0.5') )
compile 'io.dropwizard:dropwizard-bom:1.0.5'
[io.dropwizard/dropwizard-bom "1.0.5"]
libraryDependencies += "io.dropwizard" % "dropwizard-bom" % "1.0.5"