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