Servlet Filter to add fixed headers to response

Servlet Filter to add fixed headers to response, from configuration or external file

License

License

GroupId

GroupId

io.github.jdlopez
ArtifactId

ArtifactId

responsefilter
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Servlet Filter to add fixed headers to response
Servlet Filter to add fixed headers to response, from configuration or external file
Project URL

Project URL

https://github.com/jdlopez/responsefilter
Source Code Management

Source Code Management

https://github.com/jdlopez/responsefilter.git

Download responsefilter

How to add to project

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

Dependencies

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.mockito : mockito-core jar 3.2.4

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0