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