License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices Jersey Program Interface REST Frameworks |
GroupId | GroupIdio.dropwizard |
ArtifactId | ArtifactIddropwizard-jersey |
Last Version | Last Version4.0.0-beta.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDropwizard Jersey Support
Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web
applications.
|
<!-- https://jarcasting.com/artifacts/io.dropwizard/dropwizard-jersey/ -->
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-jersey</artifactId>
<version>4.0.0-beta.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-jersey/
implementation 'io.dropwizard:dropwizard-jersey:4.0.0-beta.1'
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-jersey/
implementation ("io.dropwizard:dropwizard-jersey:4.0.0-beta.1")
'io.dropwizard:dropwizard-jersey:jar:4.0.0-beta.1'
<dependency org="io.dropwizard" name="dropwizard-jersey" rev="4.0.0-beta.1">
<artifact name="dropwizard-jersey" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-jersey', version='4.0.0-beta.1')
)
libraryDependencies += "io.dropwizard" % "dropwizard-jersey" % "4.0.0-beta.1"
[io.dropwizard/dropwizard-jersey "4.0.0-beta.1"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.jersey.ext : jersey-metainf-services | jar | |
org.glassfish.jersey.inject : jersey-hk2 | jar | |
org.glassfish.jersey.containers : jersey-container-servlet | jar |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | |
org.junit.jupiter : junit-jupiter-api | jar | |
org.assertj : assertj-core | jar | 3.22.0 |
org.mockito : mockito-core | jar | 4.4.0 |
org.glassfish.jersey.test-framework : jersey-test-framework-core | jar | |
org.glassfish.jersey.test-framework.providers : jersey-test-framework-provider-grizzly2 | jar | |
org.glassfish.jersey.test-framework.providers : jersey-test-framework-provider-jetty | jar |