License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices |
GroupId | GroupIdio.dropwizard.modules |
ArtifactId | ArtifactIddropwizard-web |
Last Version | Last Version1.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondropwizard-web
Provides support for configuring various http headers that are important for web services.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dropwizard-web-1.5.0.pom | |
dropwizard-web-1.5.0.jar | 16 KB |
dropwizard-web-1.5.0-sources.jar | 10 KB |
dropwizard-web-1.5.0-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.dropwizard.modules/dropwizard-web/ -->
<dependency>
<groupId>io.dropwizard.modules</groupId>
<artifactId>dropwizard-web</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard.modules/dropwizard-web/
implementation 'io.dropwizard.modules:dropwizard-web:1.5.0'
// https://jarcasting.com/artifacts/io.dropwizard.modules/dropwizard-web/
implementation ("io.dropwizard.modules:dropwizard-web:1.5.0")
'io.dropwizard.modules:dropwizard-web:jar:1.5.0'
<dependency org="io.dropwizard.modules" name="dropwizard-web" rev="1.5.0">
<artifact name="dropwizard-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard.modules', module='dropwizard-web', version='1.5.0')
)
libraryDependencies += "io.dropwizard.modules" % "dropwizard-web" % "1.5.0"
[io.dropwizard.modules/dropwizard-web "1.5.0"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-core | jar |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest | jar | 2.2 |
org.hamcrest : hamcrest-library | jar | 2.2 |
junit : junit | jar | 4.13.2 |
org.mockito : mockito-core | jar | 4.5.1 |
io.dropwizard : dropwizard-testing | jar | |
org.eclipse.jetty : jetty-servlet | test-jar | 9.4.26.v20200117 |
org.eclipse.jetty : jetty-http | test-jar | 9.4.26.v20200117 |
jakarta.xml.bind : jakarta.xml.bind-api | jar | 2.3.3 |