is not current version
Last Version 2.10

com.thetransactioncompany:cors-filter 2.5

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

2.5
Type

Type

jar

Download cors-filter 2.5


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