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