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