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