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.
http://software.dzhuvinov.com/cors-filter.html
The Apache Software License, Version 2.0
The Transaction Company
Files download
File Operation
cors-filter-1.3.2.jar download
cors-filter-1.3.2.pom download
cors-filter-1.3.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.thetransactioncompany</groupId>
  <artifactId>cors-filter</artifactId>
  <version>1.3.2</version>
</dependency>
Gradle Groovy
implementation 'com.thetransactioncompany:cors-filter:1.3.2'
Gradle Kotlin
implementation("com.thetransactioncompany:cors-filter:1.3.2")
Scala SBT
libraryDependencies += "com.thetransactioncompany" % "cors-filter" % "1.3.2"
Groovy Grape
@Grapes(
  @Grab(group='com.thetransactioncompany', module='cors-filter', version='1.3.2')
)
Apache Ivy
<dependency org="com.thetransactioncompany" name="cors-filter" rev="1.3.2" />
Leiningen
[com.thetransactioncompany/cors-filter "1.3.2"]
Apache Buildr
'com.thetransactioncompany:cors-filter:jar:1.3.2'