Download cors-filter-1.0.1.jar file - Jar c

Jar examples for c:cors-filter

Description

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.

You can download jar file cors-filter 1.0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add cors-filter-1.0.1.jar to your project.

<dependency>
   <groupId>org.ebaysf.web</groupId>
   <artifactId>cors-filter</artifactId>
   <version>1.0.1</version>
</dependency>
compile group: 'org.ebaysf.web', name: 'cors-filter', version: '1.0.1'
libraryDependencies += "org.ebaysf.web" % "cors-filter" % "1.0.1"
<dependency org="org.ebaysf.web" name="cors-filter" rev="1.0.1"/>
@Grapes(@Grab(group='org.ebaysf.web', module='cors-filter', version='1.0.1'))
'org.ebaysf.web:cors-filter:jar:1.0.1'

Download

Click the following link to download the jar file.

cors-filter-1.0.1-javadoc.jar
cors-filter-1.0.1-sources.jar
cors-filter-1.0.1.jar
cors-filter-1.0.1.pom



Related Tutorials