Download cors-filter-2.4.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 2.4 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials