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