<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-request-logging</artifactId>
<version>5.0.0-alpha.3</version>
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-request-logging', 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-logging
|-- ch.qos.logback:logback-access
|-- ch.qos.logback:logback-classic
|-- ch.qos.logback:logback-core
|-- com.fasterxml.jackson.core:jackson-annotations
|-- jakarta.validation:jakarta.validation-api
|-- jakarta.servlet:jakarta.servlet-api
|-- org.eclipse.jetty:jetty-http
|-- org.eclipse.jetty:jetty-server
|-- org.eclipse.jetty.ee10:jetty-ee10-servlet
|-- org.eclipse.jetty:jetty-util
test
|-- org.junit.jupiter:junit-jupiter
|-- org.junit.jupiter:junit-jupiter-api
|-- io.dropwizard:dropwizard-configuration
|-- io.dropwizard:dropwizard-util
|-- org.eclipse.jetty:jetty-session