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