Last Version

Cross-Origin Resource Sharing (CORS) Filter 2.10

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.

License

License

GroupId

GroupId

com.thetransactioncompany
ArtifactId

ArtifactId

cors-filter
Version

Version

2.10
Type

Type

jar
Description

Description

Cross-Origin Resource Sharing (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.
Project URL

Project URL

http://software.dzhuvinov.com/cors-filter.html
Project Organization

Project Organization

The Transaction Company
Source Code Management

Source Code Management

https://bitbucket.org/thetransactioncompany/cors-filter

Download cors-filter 2.10


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

Dependencies

compile (1)

Group / Artifact Type Version
com.thetransactioncompany : java-property-utils jar 1.16

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.0.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.