is not current version
Last Version 0.2

io.wtsky.dropwizard:dropwizard-cors 0.1

Provides support for configuring CORS headers.

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

io.wtsky.dropwizard
ArtifactId

ArtifactId

dropwizard-cors
Version

Version

0.1
Type

Type

jar

Download dropwizard-cors 0.1


<!-- https://jarcasting.com/artifacts/io.wtsky.dropwizard/dropwizard-cors/ -->
<dependency>
    <groupId>io.wtsky.dropwizard</groupId>
    <artifactId>dropwizard-cors</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.wtsky.dropwizard/dropwizard-cors/
implementation 'io.wtsky.dropwizard:dropwizard-cors:0.1'
// https://jarcasting.com/artifacts/io.wtsky.dropwizard/dropwizard-cors/
implementation ("io.wtsky.dropwizard:dropwizard-cors:0.1")
'io.wtsky.dropwizard:dropwizard-cors:jar:0.1'
<dependency org="io.wtsky.dropwizard" name="dropwizard-cors" rev="0.1">
  <artifact name="dropwizard-cors" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.wtsky.dropwizard', module='dropwizard-cors', version='0.1')
)
libraryDependencies += "io.wtsky.dropwizard" % "dropwizard-cors" % "0.1"
[io.wtsky.dropwizard/dropwizard-cors "0.1"]