d

dropwizard-bom

Bill of materials to make sure a consistent set of versions is used for Dropwizard modules.
Files download
File Operation
dropwizard-bom-4.0.9.pom download
Apache Maven
<dependency>
  <groupId>io.dropwizard</groupId>
  <artifactId>dropwizard-bom</artifactId>
  <version>4.0.9</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.dropwizard:dropwizard-bom:4.0.9'
Gradle Kotlin
implementation("io.dropwizard:dropwizard-bom:4.0.9")
Scala SBT
libraryDependencies += "io.dropwizard" % "dropwizard-bom" % "4.0.9"
Groovy Grape
@Grapes(
  @Grab(group='io.dropwizard', module='dropwizard-bom', version='4.0.9')
)
Apache Ivy
<dependency org="io.dropwizard" name="dropwizard-bom" rev="4.0.9" />
Leiningen
[io.dropwizard/dropwizard-bom "4.0.9"]
Apache Buildr
'io.dropwizard:dropwizard-bom:jar:4.0.9'