| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.webcastellum |
| Идентификатор | Идентификаторwebcastellum |
| Последняя версия | Последняя версия1.8.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеWebCastellum
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.
|
| Организация-разработчик |
Организация-разработчикitanius informatik GmbH |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : servlet-api | jar | [2.4,) |
| javax.jms : jms | jar | [1.1,) |
| javax.mail : mail | jar | [1.3,) |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.1 |