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