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