is not current version
Last Version 2.10

com.thetransactioncompany:cors-filter 1.8

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.

GroupId

GroupId

com.thetransactioncompany
ArtifactId

ArtifactId

cors-filter
Version

Version

1.8
Type

Type

jar

Download cors-filter 1.8


<!-- https://jarcasting.com/artifacts/com.thetransactioncompany/cors-filter/ -->
<dependency>
    <groupId>com.thetransactioncompany</groupId>
    <artifactId>cors-filter</artifactId>
    <version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.thetransactioncompany/cors-filter/
implementation 'com.thetransactioncompany:cors-filter:1.8'
// https://jarcasting.com/artifacts/com.thetransactioncompany/cors-filter/
implementation ("com.thetransactioncompany:cors-filter:1.8")
'com.thetransactioncompany:cors-filter:jar:1.8'
<dependency org="com.thetransactioncompany" name="cors-filter" rev="1.8">
  <artifact name="cors-filter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thetransactioncompany', module='cors-filter', version='1.8')
)
libraryDependencies += "com.thetransactioncompany" % "cors-filter" % "1.8"
[com.thetransactioncompany/cors-filter "1.8"]