| License |
License |
|---|---|
| Categories |
CategoriesHelidon Container Microservices |
| GroupId | GroupIdio.helidon.webserver |
| ArtifactId | ArtifactIdhelidon-webserver-cors |
| Last Version | Last Version3.0.0-M2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHelidon Webserver CORS
Helidon CORS implementation
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.helidon.webserver/helidon-webserver-cors/ -->
<dependency>
<groupId>io.helidon.webserver</groupId>
<artifactId>helidon-webserver-cors</artifactId>
<version>3.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.webserver/helidon-webserver-cors/
implementation 'io.helidon.webserver:helidon-webserver-cors:3.0.0-M2'
// https://jarcasting.com/artifacts/io.helidon.webserver/helidon-webserver-cors/
implementation ("io.helidon.webserver:helidon-webserver-cors:3.0.0-M2")
'io.helidon.webserver:helidon-webserver-cors:jar:3.0.0-M2'
<dependency org="io.helidon.webserver" name="helidon-webserver-cors" rev="3.0.0-M2">
<artifact name="helidon-webserver-cors" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.webserver', module='helidon-webserver-cors', version='3.0.0-M2')
)
libraryDependencies += "io.helidon.webserver" % "helidon-webserver-cors" % "3.0.0-M2"
[io.helidon.webserver/helidon-webserver-cors "3.0.0-M2"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.helidon.webserver : helidon-webserver | jar | 3.0.0-M2 |
| io.helidon.config : helidon-config | jar | 3.0.0-M2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| io.helidon.config : helidon-config-yaml | jar | 3.0.0-M2 |
| io.helidon.webclient : helidon-webclient | jar | 3.0.0-M2 |