<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-jetty</artifactId>
<version>5.0.0-alpha.3</version>
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-jetty', version='5.0.0-alpha.3')
)
<parent> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-parent</artifactId> <version>5.0.0-alpha.3</version> </parent>
compile
|-- io.dropwizard:dropwizard-jackson
|-- io.dropwizard:dropwizard-util
|-- io.dropwizard:dropwizard-validation
|-- io.dropwizard.metrics:metrics-core
|-- io.dropwizard.metrics:metrics-jetty12
|-- com.fasterxml.jackson.core:jackson-annotations
|-- com.fasterxml.jackson.core:jackson-core
|-- com.fasterxml.jackson.core:jackson-databind
|-- org.checkerframework:checker-qual
|-- jakarta.validation:jakarta.validation-api
|-- org.eclipse.jetty:jetty-io
|-- org.eclipse.jetty:jetty-security
|-- org.eclipse.jetty:jetty-server
|-- org.eclipse.jetty:jetty-util
|-- jakarta.servlet:jakarta.servlet-api
|-- org.eclipse.jetty.ee10:jetty-ee10-servlet
|-- org.eclipse.jetty:jetty-http
test
|-- org.junit.jupiter:junit-jupiter
|-- org.junit.jupiter:junit-jupiter-api
|-- org.mockito:mockito-junit-jupiter
|-- io.dropwizard:dropwizard-configuration