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