| License |
License |
|---|---|
| Categories |
CategoriesUndertow Net Networking |
| GroupId | GroupIdio.mikesir87.javacors |
| ArtifactId | ArtifactIdjavacors-undertow |
| Last Version | Last Version1.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionA project that provides CORS support to various Java frameworks/applications.
|
<!-- https://jarcasting.com/artifacts/io.mikesir87.javacors/javacors-undertow/ -->
<dependency>
<groupId>io.mikesir87.javacors</groupId>
<artifactId>javacors-undertow</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.mikesir87.javacors/javacors-undertow/
implementation 'io.mikesir87.javacors:javacors-undertow:1.3.0'
// https://jarcasting.com/artifacts/io.mikesir87.javacors/javacors-undertow/
implementation ("io.mikesir87.javacors:javacors-undertow:1.3.0")
'io.mikesir87.javacors:javacors-undertow:jar:1.3.0'
<dependency org="io.mikesir87.javacors" name="javacors-undertow" rev="1.3.0">
<artifact name="javacors-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mikesir87.javacors', module='javacors-undertow', version='1.3.0')
)
libraryDependencies += "io.mikesir87.javacors" % "javacors-undertow" % "1.3.0"
[io.mikesir87.javacors/javacors-undertow "1.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.mikesir87.javacors : javacors-runtime | jar | 1.3.0 |
| org.slf4j : slf4j-api | jar | 1.7.26 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.undertow : undertow-core | jar | 1.4.0.Final |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.jmock : jmock-junit4 | jar | 2.8.2 |
| org.hamcrest : hamcrest-core | jar | 1.3 |
| org.hamcrest : hamcrest-library | jar | 1.3 |