| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.jdlopez |
| Идентификатор | Идентификаторmiscservletfilter |
| Последняя версия | Последняя версия1.0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCollection of Servlet Filter: basicauth, analytics, responseadd and others
Collection of Servlet filter:
Very basic authentication filter. Suitable for Spring Boot REST services without servlet-engine configuration.
Add registration of api calls (or any servlet call) into Google Analytics Measurement Protocol.
Block filter some kind of last defense servlet-firewall agains DDoS attacks
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| miscservletfilter-1.0.2.pom | |
| miscservletfilter-1.0.2.jar | 16 KB |
| miscservletfilter-1.0.2-sources.jar | 9 KB |
| miscservletfilter-1.0.2-javadoc.jar | 146 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.jdlopez/miscservletfilter/ -->
<dependency>
<groupId>io.github.jdlopez</groupId>
<artifactId>miscservletfilter</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jdlopez/miscservletfilter/
implementation 'io.github.jdlopez:miscservletfilter:1.0.2'
// https://jarcasting.com/artifacts/io.github.jdlopez/miscservletfilter/
implementation ("io.github.jdlopez:miscservletfilter:1.0.2")
'io.github.jdlopez:miscservletfilter:jar:1.0.2'
<dependency org="io.github.jdlopez" name="miscservletfilter" rev="1.0.2">
<artifact name="miscservletfilter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jdlopez', module='miscservletfilter', version='1.0.2')
)
libraryDependencies += "io.github.jdlopez" % "miscservletfilter" % "1.0.2"
[io.github.jdlopez/miscservletfilter "1.0.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.mockito : mockito-core | jar | 3.2.4 |