Last Version

RESTEasy-cors 1.0.2

This is a small library to provide filters for allowing CORS (Cross Origin Request Scripting) for your Resteasy API.

License

License

Categories

Categories

RESTEasy Program Interface REST Frameworks
GroupId

GroupId

uk.ac.cam.cl.dtg.web
ArtifactId

ArtifactId

resteasy-cors
Version

Version

1.0.2
Type

Type

jar
Description

Description

RESTEasy-cors
This is a small library to provide filters for allowing CORS (Cross Origin Request Scripting) for your Resteasy API.
Project URL

Project URL

https://github.com/ucam-cl-dtg/resteasy-cors
Source Code Management

Source Code Management

https://github.com/ucam-cl-dtg/resteasy-cors.git

Download resteasy-cors 1.0.2


<!-- https://jarcasting.com/artifacts/uk.ac.cam.cl.dtg.web/resteasy-cors/ -->
<dependency>
    <groupId>uk.ac.cam.cl.dtg.web</groupId>
    <artifactId>resteasy-cors</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.cam.cl.dtg.web/resteasy-cors/
implementation 'uk.ac.cam.cl.dtg.web:resteasy-cors:1.0.2'
// https://jarcasting.com/artifacts/uk.ac.cam.cl.dtg.web/resteasy-cors/
implementation ("uk.ac.cam.cl.dtg.web:resteasy-cors:1.0.2")
'uk.ac.cam.cl.dtg.web:resteasy-cors:jar:1.0.2'
<dependency org="uk.ac.cam.cl.dtg.web" name="resteasy-cors" rev="1.0.2">
  <artifact name="resteasy-cors" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.ac.cam.cl.dtg.web', module='resteasy-cors', version='1.0.2')
)
libraryDependencies += "uk.ac.cam.cl.dtg.web" % "resteasy-cors" % "1.0.2"
[uk.ac.cam.cl.dtg.web/resteasy-cors "1.0.2"]

Dependencies

compile (3)

Group / Artifact Type Version
org.jboss.resteasy : resteasy-jaxrs jar 3.0.8.Final
org.jboss.resteasy : resteasy-jackson2-provider jar 3.0.8.Final
org.slf4j : slf4j-api jar 1.7.7

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.0.1

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.