s

spring-cors-filter-parent

CORS filter for Spring
https://github.com/ngeor/spring-cors-filter
MIT
Nikolaos Georgiou
Files download
File Operation
spring-cors-filter-parent-1.1.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.ngeor</groupId>
  <artifactId>spring-cors-filter-parent</artifactId>
  <version>1.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.ngeor:spring-cors-filter-parent:1.1.0'
Gradle Kotlin
implementation("com.github.ngeor:spring-cors-filter-parent:1.1.0")
Scala SBT
libraryDependencies += "com.github.ngeor" % "spring-cors-filter-parent" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ngeor', module='spring-cors-filter-parent', version='1.1.0')
)
Apache Ivy
<dependency org="com.github.ngeor" name="spring-cors-filter-parent" rev="1.1.0" />
Leiningen
[com.github.ngeor/spring-cors-filter-parent "1.1.0"]
Apache Buildr
'com.github.ngeor:spring-cors-filter-parent:jar:1.1.0'