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