is not current version
Last Version 4.0.0-beta.1

io.dropwizard:dropwizard-dependencies 2.0.10

Bill of materials to make sure a consistent set of versions is used for Dropwizard's transitive dependencies.

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

io.dropwizard
ArtifactId

ArtifactId

dropwizard-dependencies
Version

Version

2.0.10
Type

Type

pom

Download dropwizard-dependencies 2.0.10


<!-- https://jarcasting.com/artifacts/io.dropwizard/dropwizard-dependencies/ -->
<dependency>
    <groupId>io.dropwizard</groupId>
    <artifactId>dropwizard-dependencies</artifactId>
    <version>2.0.10</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-dependencies/
implementation 'io.dropwizard:dropwizard-dependencies:2.0.10'
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-dependencies/
implementation ("io.dropwizard:dropwizard-dependencies:2.0.10")
'io.dropwizard:dropwizard-dependencies:pom:2.0.10'
<dependency org="io.dropwizard" name="dropwizard-dependencies" rev="2.0.10">
  <artifact name="dropwizard-dependencies" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-dependencies', version='2.0.10')
)
libraryDependencies += "io.dropwizard" % "dropwizard-dependencies" % "2.0.10"
[io.dropwizard/dropwizard-dependencies "2.0.10"]