не последняя версия
Последняя версия 2.10

com.thetransactioncompany:cors-filter 1.3.2

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.

Группа

Группа

com.thetransactioncompany
Идентификатор

Идентификатор

cors-filter
Версия

Версия

1.3.2
Тип

Тип

jar

Скачать cors-filter 1.3.2


<!-- https://jarcasting.com/artifacts/com.thetransactioncompany/cors-filter/ -->
<dependency>
    <groupId>com.thetransactioncompany</groupId>
    <artifactId>cors-filter</artifactId>
    <version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.thetransactioncompany/cors-filter/
implementation 'com.thetransactioncompany:cors-filter:1.3.2'
// https://jarcasting.com/artifacts/com.thetransactioncompany/cors-filter/
implementation ("com.thetransactioncompany:cors-filter:1.3.2")
'com.thetransactioncompany:cors-filter:jar:1.3.2'
<dependency org="com.thetransactioncompany" name="cors-filter" rev="1.3.2">
  <artifact name="cors-filter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thetransactioncompany', module='cors-filter', version='1.3.2')
)
libraryDependencies += "com.thetransactioncompany" % "cors-filter" % "1.3.2"
[com.thetransactioncompany/cors-filter "1.3.2"]