| Лицензия |
Лицензия |
|---|---|
| Группа | Группаph.samson |
| Идентификатор | Идентификаторcors-filter |
| Последняя версия | Последняя версия1.5.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCORS Filter
CORS Filter is a universal solution for fitting Cross-Origin Resource Sharing (CORS) support to Java web
applications. CORS is a recent W3C effort to introduce a standard mechanism for enabling cross-domain requests
in web browsers and participating servers.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| cors-filter-1.5.0.1.pom | |
| cors-filter-1.5.0.1.jar | 20 KB |
| cors-filter-1.5.0.1-sources.jar | 18 KB |
| cors-filter-1.5.0.1-javadoc.jar | 109 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/ph.samson/cors-filter/ -->
<dependency>
<groupId>ph.samson</groupId>
<artifactId>cors-filter</artifactId>
<version>1.5.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/ph.samson/cors-filter/
implementation 'ph.samson:cors-filter:1.5.0.1'
// https://jarcasting.com/artifacts/ph.samson/cors-filter/
implementation ("ph.samson:cors-filter:1.5.0.1")
'ph.samson:cors-filter:jar:1.5.0.1'
<dependency org="ph.samson" name="cors-filter" rev="1.5.0.1">
<artifact name="cors-filter" type="jar" />
</dependency>
@Grapes(
@Grab(group='ph.samson', module='cors-filter', version='1.5.0.1')
)
libraryDependencies += "ph.samson" % "cors-filter" % "1.5.0.1"
[ph.samson/cors-filter "1.5.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.thetransactioncompany : java-property-utils | jar | 1.6 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.2 |