License |
License |
---|---|
GroupId | GroupIdcom.thetransactioncompany |
ArtifactId | ArtifactIdcors-filter |
Last Version | Last Version2.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCross-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 |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cors-filter-2.10.pom | |
cors-filter-2.10.jar | 19 KB |
cors-filter-2.10-sources.jar | 18 KB |
cors-filter-2.10-javadoc.jar | 94 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.thetransactioncompany : java-property-utils | jar | 1.16 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |