MVN

com.thetransactioncompany : cors-filter

Maven & Gradle

Apr 12, 2021
55 usages

Cross-Origin Resource Sharing (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.

<dependency>
    <groupId>com.thetransactioncompany</groupId>
    <artifactId>cors-filter</artifactId>
    <version>2.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.thetransactioncompany : cors-filter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.10

All Versions

Choose a version of com.thetransactioncompany : cors-filter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.10
cors-filter-2.10
2.9.x
cors-filter-2.9.1
2.9
cors-filter-2.9
2.8
cors-filter-2.8
2.6
cors-filter-2.6
2.5
cors-filter-2.5
2.4
cors-filter-2.4
2.3
cors-filter-2.3
2.2.x
cors-filter-2.2.1
2.2
cors-filter-2.2
2.1.x
cors-filter-2.1.2
cors-filter-2.1.1
2.1
cors-filter-2.1
2.0
cors-filter-2.0
1.9.x
cors-filter-1.9.3
cors-filter-1.9.2
cors-filter-1.9.1
1.9
cors-filter-1.9
1.8
cors-filter-1.8
1.7.x
cors-filter-1.7.1
1.7
cors-filter-1.7
1.6
cors-filter-1.6
1.5.x
cors-filter-1.5.1
1.3.x
cors-filter-1.3.2

How to add a dependency to Maven

Add the following com.thetransactioncompany : cors-filter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.thetransactioncompany</groupId>
    <artifactId>cors-filter</artifactId>
    <version>2.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.thetransactioncompany : cors-filter gradle dependency to your build.gradle file:

implementation 'com.thetransactioncompany:cors-filter:2.10'

Gradle Kotlin DSL: Add the following com.thetransactioncompany : cors-filter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.thetransactioncompany:cors-filter:2.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.thetransactioncompany : cors-filter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.thetransactioncompany" % "cors-filter" % "2.10"

Advertisement