is not current version
Last Version 0.4.0

com.stijndewitt.undertow.cors:undertow-cors-filter 0.3.1

A filter to enable correct handling of CORS headers in undertow-based servers (Wildfly, JBOSS EAP)

Categories

Categories

Undertow Net Networking
GroupId

GroupId

com.stijndewitt.undertow.cors
ArtifactId

ArtifactId

undertow-cors-filter
Version

Version

0.3.1
Type

Type

jar

Download undertow-cors-filter 0.3.1


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