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