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