d

dropwizard-dependencies

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