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