License |
License |
---|---|
GroupId | GroupIdorg.webcastellum |
ArtifactId | ArtifactIdwebcastellum |
Version | Version1.8.3 |
Type | Typejar |
Description |
DescriptionWebCastellum
Java-based Open Source WAF (Web Application Firewall) to include inside a web application in order to protect it against attacks like SQL Injection, Cross-Site Scripting (XSS), Cross-Site Request Forgery (CSRF), Parameter Manipulation and many more.
|
Project Organization |
Project Organizationitanius informatik GmbH |
Filename | Size |
---|---|
webcastellum-1.8.3.pom | |
webcastellum-1.8.3.zip | 37 KB |
webcastellum-1.8.3-sources.jar | 305 KB |
webcastellum-1.8.3-javadoc.jar | 834 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webcastellum/webcastellum/ -->
<dependency>
<groupId>org.webcastellum</groupId>
<artifactId>webcastellum</artifactId>
<version>1.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webcastellum/webcastellum/
implementation 'org.webcastellum:webcastellum:1.8.3'
// https://jarcasting.com/artifacts/org.webcastellum/webcastellum/
implementation ("org.webcastellum:webcastellum:1.8.3")
'org.webcastellum:webcastellum:jar:1.8.3'
<dependency org="org.webcastellum" name="webcastellum" rev="1.8.3">
<artifact name="webcastellum" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webcastellum', module='webcastellum', version='1.8.3')
)
libraryDependencies += "org.webcastellum" % "webcastellum" % "1.8.3"
[org.webcastellum/webcastellum "1.8.3"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | [2.4,) |
javax.jms : jms | jar | [1.1,) |
javax.mail : mail | jar | [1.3,) |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |