License |
License |
---|---|
Categories |
CategoriesUndertow Net Networking |
GroupId | GroupIdcom.stijndewitt.undertow.cors |
ArtifactId | ArtifactIdundertow-cors-filter |
Last Version | Last Version0.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionundertow-cors-filter
A filter to enable correct handling of CORS headers in undertow-based servers (Wildfly, JBOSS EAP)
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- 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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.stijndewitt.undertow.cors/undertow-cors-filter/
implementation 'com.stijndewitt.undertow.cors:undertow-cors-filter:0.4.0'
// https://jarcasting.com/artifacts/com.stijndewitt.undertow.cors/undertow-cors-filter/
implementation ("com.stijndewitt.undertow.cors:undertow-cors-filter:0.4.0")
'com.stijndewitt.undertow.cors:undertow-cors-filter:jar:0.4.0'
<dependency org="com.stijndewitt.undertow.cors" name="undertow-cors-filter" rev="0.4.0">
<artifact name="undertow-cors-filter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stijndewitt.undertow.cors', module='undertow-cors-filter', version='0.4.0')
)
libraryDependencies += "com.stijndewitt.undertow.cors" % "undertow-cors-filter" % "0.4.0"
[com.stijndewitt.undertow.cors/undertow-cors-filter "0.4.0"]
Group / Artifact | Type | Version |
---|---|---|
io.undertow : undertow-core | jar | 1.4.0.Final |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |