Categories |
CategoriesDropWizard Container Microservices Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdio.dropwizard |
ArtifactId | ArtifactIddropwizard-jersey |
Version | Version0.9.0-rc1 |
Type | Typejar |
Filename | Size |
---|---|
dropwizard-jersey-0.9.0-rc1.pom | |
dropwizard-jersey-0.9.0-rc1.jar | 62 KB |
dropwizard-jersey-0.9.0-rc1-sources.jar | 33 KB |
dropwizard-jersey-0.9.0-rc1-javadoc.jar | 266 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.dropwizard/dropwizard-jersey/ -->
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-jersey</artifactId>
<version>0.9.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-jersey/
implementation 'io.dropwizard:dropwizard-jersey:0.9.0-rc1'
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-jersey/
implementation ("io.dropwizard:dropwizard-jersey:0.9.0-rc1")
'io.dropwizard:dropwizard-jersey:jar:0.9.0-rc1'
<dependency org="io.dropwizard" name="dropwizard-jersey" rev="0.9.0-rc1">
<artifact name="dropwizard-jersey" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-jersey', version='0.9.0-rc1')
)
libraryDependencies += "io.dropwizard" % "dropwizard-jersey" % "0.9.0-rc1"
[io.dropwizard/dropwizard-jersey "0.9.0-rc1"]