r

restfriends-cors-filters

Sample CORS Filters
Files download
File Operation
restfriends-cors-filters-2.0.0-beta-1.jar download
restfriends-cors-filters-2.0.0-beta-1.pom download
restfriends-cors-filters-2.0.0-beta-1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.bordertech.restfriends</groupId>
  <artifactId>restfriends-cors-filters</artifactId>
  <version>2.0.0-beta-1</version>
</dependency>
Gradle Groovy
implementation 'com.github.bordertech.restfriends:restfriends-cors-filters:2.0.0-beta-1'
Gradle Kotlin
implementation("com.github.bordertech.restfriends:restfriends-cors-filters:2.0.0-beta-1")
Scala SBT
libraryDependencies += "com.github.bordertech.restfriends" % "restfriends-cors-filters" % "2.0.0-beta-1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.bordertech.restfriends', module='restfriends-cors-filters', version='2.0.0-beta-1')
)
Apache Ivy
<dependency org="com.github.bordertech.restfriends" name="restfriends-cors-filters" rev="2.0.0-beta-1" />
Leiningen
[com.github.bordertech.restfriends/restfriends-cors-filters "2.0.0-beta-1"]
Apache Buildr
'com.github.bordertech.restfriends:restfriends-cors-filters:jar:2.0.0-beta-1'