<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-http2</artifactId>
<version>5.0.0-alpha.5</version>
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-http2', version='5.0.0-alpha.5')
)
<parent> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-parent</artifactId> <version>5.0.0-alpha.5</version> </parent>
compile
|-- io.dropwizard:dropwizard-jetty
|-- io.dropwizard.metrics:metrics-core
|-- io.dropwizard.metrics:metrics-jetty11
|-- com.fasterxml.jackson.core:jackson-annotations
|-- org.checkerframework:checker-qual
|-- jakarta.validation:jakarta.validation-api
|-- org.eclipse.jetty:jetty-alpn-server
|-- org.eclipse.jetty:jetty-io
|-- org.eclipse.jetty:jetty-server
|-- org.eclipse.jetty:jetty-util
|-- org.eclipse.jetty.http2:jetty-http2-server
runtime
|-- jakarta.servlet:jakarta.servlet-api
|-- org.eclipse.jetty:jetty-alpn-java-server
|-- org.eclipse.jetty:jetty-alpn-java-client
test
|-- org.junit.jupiter:junit-jupiter
|-- org.junit.jupiter:junit-jupiter-api
|-- org.conscrypt:conscrypt-openjdk-uber
|-- org.eclipse.jetty.http2:jetty-http2-client
|-- org.eclipse.jetty:jetty-client
|-- org.eclipse.jetty.http2:jetty-http2-client-transport
|-- io.dropwizard:dropwizard-configuration
|-- io.dropwizard:dropwizard-testing
|-- org.eclipse.jetty:jetty-alpn-conscrypt-server
|-- io.dropwizard.metrics:metrics-healthchecks
|-- jakarta.ws.rs:jakarta.ws.rs-api
|-- io.dropwizard:dropwizard-jersey
|-- io.dropwizard:dropwizard-core