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