| License |
License |
|---|---|
| GroupId | GroupIdph.samson |
| ArtifactId | ArtifactIdcors-filter |
| Last Version | Last Version1.5.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCORS 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-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 |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.thetransactioncompany : java-property-utils | jar | 1.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |