License |
License |
---|---|
GroupId | GroupIdio.github.jdlopez |
ArtifactId | ArtifactIdresponsefilter |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionServlet Filter to add fixed headers to response
Servlet Filter to add fixed headers to response, from configuration or external file
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
responsefilter-1.0.0.pom | |
responsefilter-1.0.0.jar | 5 KB |
responsefilter-1.0.0-sources.jar | 4 KB |
responsefilter-1.0.0-javadoc.jar | 111 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.mockito : mockito-core | jar | 3.2.4 |