| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.jdlopez |
| Идентификатор | Идентификаторresponsefilter |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеServlet Filter to add fixed headers to response
Servlet Filter to add fixed headers to response, from configuration or external file
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.mockito : mockito-core | jar | 3.2.4 |