is not current version
Last Version 1.5.0

io.dropwizard.modules:dropwizard-web 1.3.12-1

Provides support for configuring various http headers that are important for web services.

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

io.dropwizard.modules
ArtifactId

ArtifactId

dropwizard-web
Version

Version

1.3.12-1
Type

Type

jar

Download dropwizard-web 1.3.12-1


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