License |
License
MIT License
|
---|---|
Categories |
CategoriesDropWizard Container Microservices |
GroupId | GroupIdzone.dragon.dropwizard |
ArtifactId | ArtifactIddropwizard-cors |
Last Version | Last Version1.1.2-b3615c |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCORS Support for Dropwizard
Enables generation of CORS headers based upon annotations
|
Project Organization |
Project OrganizationDragonZone |
<!-- https://jarcasting.com/artifacts/zone.dragon.dropwizard/dropwizard-cors/ -->
<dependency>
<groupId>zone.dragon.dropwizard</groupId>
<artifactId>dropwizard-cors</artifactId>
<version>1.1.2-b3615c</version>
</dependency>
// https://jarcasting.com/artifacts/zone.dragon.dropwizard/dropwizard-cors/
implementation 'zone.dragon.dropwizard:dropwizard-cors:1.1.2-b3615c'
// https://jarcasting.com/artifacts/zone.dragon.dropwizard/dropwizard-cors/
implementation ("zone.dragon.dropwizard:dropwizard-cors:1.1.2-b3615c")
'zone.dragon.dropwizard:dropwizard-cors:jar:1.1.2-b3615c'
<dependency org="zone.dragon.dropwizard" name="dropwizard-cors" rev="1.1.2-b3615c">
<artifact name="dropwizard-cors" type="jar" />
</dependency>
@Grapes(
@Grab(group='zone.dragon.dropwizard', module='dropwizard-cors', version='1.1.2-b3615c')
)
libraryDependencies += "zone.dragon.dropwizard" % "dropwizard-cors" % "1.1.2-b3615c"
[zone.dragon.dropwizard/dropwizard-cors "1.1.2-b3615c"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-core | jar | |
org.slf4j : slf4j-api | jar | 1.7.22 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
io.dropwizard : dropwizard-testing | jar |