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