is not current version
Last Version 4.0.0-beta.1

io.dropwizard:dropwizard-bom 1.1.3

Bill of materials to make sure a consistent set of versions is used for Dropwizard modules.

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

io.dropwizard
ArtifactId

ArtifactId

dropwizard-bom
Version

Version

1.1.3
Type

Type

pom

Download dropwizard-bom 1.1.3

Filename Size
dropwizard-bom-1.1.3.pom 28 KB
Browse

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