License |
License |
---|---|
Categories |
CategoriesTomcat Container Application Servers Security |
GroupId | GroupIdcom.bluelotussoftware |
ArtifactId | ArtifactIdtomcat-security-valves |
Last Version | Last Version2.2.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Tomcat Security Valves (tomcat-security-valves)
This provides Valve implementations to add response security
headers to container managed security on Apache Tomcat
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.bluelotussoftware/tomcat-security-valves/ -->
<dependency>
<groupId>com.bluelotussoftware</groupId>
<artifactId>tomcat-security-valves</artifactId>
<version>2.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.bluelotussoftware/tomcat-security-valves/
implementation 'com.bluelotussoftware:tomcat-security-valves:2.2.3'
// https://jarcasting.com/artifacts/com.bluelotussoftware/tomcat-security-valves/
implementation ("com.bluelotussoftware:tomcat-security-valves:2.2.3")
'com.bluelotussoftware:tomcat-security-valves:jar:2.2.3'
<dependency org="com.bluelotussoftware" name="tomcat-security-valves" rev="2.2.3">
<artifact name="tomcat-security-valves" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bluelotussoftware', module='tomcat-security-valves', version='2.2.3')
)
libraryDependencies += "com.bluelotussoftware" % "tomcat-security-valves" % "2.2.3"
[com.bluelotussoftware/tomcat-security-valves "2.2.3"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.tomcat.embed : tomcat-embed-core | jar | 9.0.36 |