<dependency>
<groupId>io.dropwizard.modules</groupId>
<artifactId>dropwizard-java8-auth</artifactId>
<version>0.9.0-1</version>
</dependency>
@Grapes(
@Grab(group='io.dropwizard.modules', module='dropwizard-java8-auth', version='0.9.0-1')
)
<parent> <groupId>io.dropwizard.modules</groupId> <artifactId>dropwizard-java8-parent</artifactId> <version>0.9.0-1</version> </parent>
compile
|-- io.dropwizard:dropwizard-auth
test
|-- org.glassfish.jersey.test-framework:jersey-test-framework-core
|-- org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2