License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers DropWizard Microservices |
GroupId | GroupIdio.dropwizard |
ArtifactId | ArtifactIddropwizard-jetty |
Version | Version2.1.0-beta.1 |
Type | Typejar |
Description |
DescriptionDropwizard Jetty Support
Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web
applications.
|
<!-- https://jarcasting.com/artifacts/io.dropwizard/dropwizard-jetty/ -->
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-jetty</artifactId>
<version>2.1.0-beta.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-jetty/
implementation 'io.dropwizard:dropwizard-jetty:2.1.0-beta.1'
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-jetty/
implementation ("io.dropwizard:dropwizard-jetty:2.1.0-beta.1")
'io.dropwizard:dropwizard-jetty:jar:2.1.0-beta.1'
<dependency org="io.dropwizard" name="dropwizard-jetty" rev="2.1.0-beta.1">
<artifact name="dropwizard-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-jetty', version='2.1.0-beta.1')
)
libraryDependencies += "io.dropwizard" % "dropwizard-jetty" % "2.1.0-beta.1"
[io.dropwizard/dropwizard-jetty "2.1.0-beta.1"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-jackson | jar | 2.1.0-beta.1 |
io.dropwizard : dropwizard-logging | jar | 2.1.0-beta.1 |
io.dropwizard : dropwizard-util | jar | 2.1.0-beta.1 |
io.dropwizard : dropwizard-validation | jar | 2.1.0-beta.1 |
io.dropwizard.metrics : metrics-core | jar | |
io.dropwizard.metrics : metrics-jetty9 | jar | |
com.fasterxml.jackson.core : jackson-annotations | jar | |
com.fasterxml.jackson.core : jackson-databind | jar | |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
jakarta.validation : jakarta.validation-api | jar | 2.0.2 |
org.eclipse.jetty : jetty-io | jar | |
org.eclipse.jetty : jetty-security | jar | |
org.eclipse.jetty : jetty-server | jar | |
org.eclipse.jetty : jetty-util | jar | |
org.slf4j : slf4j-api | jar | 1.7.30 |
jakarta.servlet : jakarta.servlet-api | jar | 4.0.4 |
org.eclipse.jetty : jetty-servlet | jar | |
org.eclipse.jetty : jetty-servlets | jar | |
org.eclipse.jetty : jetty-http | jar |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | |
org.junit.jupiter : junit-jupiter-api | jar | |
org.junit.jupiter : junit-jupiter-params | jar | |
org.assertj : assertj-core | jar | 3.19.0 |
org.mockito : mockito-core | jar | 3.9.0 |
org.mockito : mockito-junit-jupiter | jar | 3.9.0 |
org.eclipse.jetty : jetty-http | jar | 9.4.40.v20210413 |
org.eclipse.jetty : jetty-servlet | jar | 9.4.40.v20210413 |
io.dropwizard : dropwizard-configuration | jar | 2.1.0-beta.1 |