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