Dropwizard Web Security module

Dropwizard module to add basic web security such as CORS, HSTS and and CSP headers

License

License

Categories

Categories

DropWizard Container Microservices Security
GroupId

GroupId

com.doordeck.websecurity
ArtifactId

ArtifactId

dropwizard-web-security
Last Version

Last Version

1.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

Dropwizard Web Security module
Dropwizard module to add basic web security such as CORS, HSTS and and CSP headers
Project URL

Project URL

https://github.com/doordeck/dropwizard-web-security/
Source Code Management

Source Code Management

https://github.com/doordeck/dropwizard-web-security

Download dropwizard-web-security

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
io.dropwizard : dropwizard-core jar

provided (1)

Group / Artifact Type Version
org.immutables : value jar 2.5.5

test (5)

Group / Artifact Type Version
io.dropwizard : dropwizard-testing jar
io.dropwizard : dropwizard-client jar
io.dropwizard : dropwizard-assets jar
org.mockito : mockito-core jar 2.15.0
org.springframework : spring-test jar 5.0.4.RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.1
1.2.0
1.1.0