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