| License |
License |
|---|---|
| GroupId | GroupIdcom.airhacks |
| ArtifactId | ArtifactIdjaxrs-cors |
| Last Version | Last Version0.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjaxrs-cors
A zero-configuration drop-in CORS support for JAX-RS 2.0 / Java EE 7
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jaxrs-cors-0.0.2.pom | |
| jaxrs-cors-0.0.2.jar | 3 KB |
| jaxrs-cors-0.0.2-sources.jar | 1 KB |
| jaxrs-cors-0.0.2-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.airhacks/jaxrs-cors/ -->
<dependency>
<groupId>com.airhacks</groupId>
<artifactId>jaxrs-cors</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.airhacks/jaxrs-cors/
implementation 'com.airhacks:jaxrs-cors:0.0.2'
// https://jarcasting.com/artifacts/com.airhacks/jaxrs-cors/
implementation ("com.airhacks:jaxrs-cors:0.0.2")
'com.airhacks:jaxrs-cors:jar:0.0.2'
<dependency org="com.airhacks" name="jaxrs-cors" rev="0.0.2">
<artifact name="jaxrs-cors" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.airhacks', module='jaxrs-cors', version='0.0.2')
)
libraryDependencies += "com.airhacks" % "jaxrs-cors" % "0.0.2"
[com.airhacks/jaxrs-cors "0.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax : javaee-api | jar | 7.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |