Jar examples for c: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.
You can download jar file cors-filter 1.3.2 in this page.
The Apache Software License, Version 2.0
You can use the following script to add cors-filter-1.3.2.jar to your project.
<dependency> <groupId>com.thetransactioncompany</groupId> <artifactId>cors-filter</artifactId> <version>1.3.2</version> </dependency>
compile group: 'com.thetransactioncompany', name: 'cors-filter', version: '1.3.2'
libraryDependencies += "com.thetransactioncompany" % "cors-filter" % "1.3.2"
<dependency org="com.thetransactioncompany" name="cors-filter" rev="1.3.2"/>
@Grapes(@Grab(group='com.thetransactioncompany', module='cors-filter', version='1.3.2'))
'com.thetransactioncompany:cors-filter:jar:1.3.2'
Click the following link to download the jar file.
cors-filter-1.3.2-javadoc.jar