d

dropwizard-bom

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