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