restfriends forever
Utilities for working with Swagger and REST and the BFF pattern
License |
License |
---|---|
GroupId | GroupIdcom.github.bordertech.restfriends |
ArtifactId | ArtifactIdrestfriends-cors-filters |
Last Version | Last Version2.0.0-beta-1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrestfriends-cors-filters
Sample CORS Filters
|
<!-- https://jarcasting.com/artifacts/com.github.bordertech.restfriends/restfriends-cors-filters/ -->
<dependency>
<groupId>com.github.bordertech.restfriends</groupId>
<artifactId>restfriends-cors-filters</artifactId>
<version>2.0.0-beta-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bordertech.restfriends/restfriends-cors-filters/
implementation 'com.github.bordertech.restfriends:restfriends-cors-filters:2.0.0-beta-1'
// https://jarcasting.com/artifacts/com.github.bordertech.restfriends/restfriends-cors-filters/
implementation ("com.github.bordertech.restfriends:restfriends-cors-filters:2.0.0-beta-1")
'com.github.bordertech.restfriends:restfriends-cors-filters:jar:2.0.0-beta-1'
<dependency org="com.github.bordertech.restfriends" name="restfriends-cors-filters" rev="2.0.0-beta-1">
<artifact name="restfriends-cors-filters" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bordertech.restfriends', module='restfriends-cors-filters', version='2.0.0-beta-1')
)
libraryDependencies += "com.github.bordertech.restfriends" % "restfriends-cors-filters" % "2.0.0-beta-1"
[com.github.bordertech.restfriends/restfriends-cors-filters "2.0.0-beta-1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.bordertech.config : config | jar | 1.0.5 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
javax.ws.rs : javax.ws.rs-api | jar | 2.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.vintage : junit-vintage-engine | jar | 5.5.0 |
Utilities for working with Swagger and REST and the BFF pattern