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