<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-auth</artifactId>
<version>5.0.0-alpha.5</version>
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-auth', 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-jersey
|-- io.dropwizard.metrics:metrics-core
|-- io.dropwizard.metrics:metrics-caffeine
|-- com.github.ben-manes.caffeine:caffeine
|-- org.checkerframework:checker-qual
|-- jakarta.annotation:jakarta.annotation-api
|-- jakarta.ws.rs:jakarta.ws.rs-api
|-- jakarta.inject:jakarta.inject-api
|-- org.glassfish.jersey.core:jersey-common
|-- org.glassfish.jersey.core:jersey-server
|-- org.eclipse.jetty:jetty-security
|-- org.eclipse.jetty:jetty-server
|-- jakarta.servlet:jakarta.servlet-api
|-- org.eclipse.jetty.ee10:jetty-ee10-servlet
test
|-- org.glassfish.jersey.test-framework:jersey-test-framework-core
|-- org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2
|-- org.junit.jupiter:junit-jupiter
|-- org.junit.jupiter:junit-jupiter-api
|-- org.mockito:mockito-junit-jupiter
|-- org.glassfish.jersey.containers:jersey-container-servlet-core
|-- com.fasterxml.jackson.core:jackson-annotations