<dependency>
<groupId>io.dropwizard.modules</groupId>
<artifactId>dropwizard-foundationdb</artifactId>
<version>4.0.2</version>
</dependency>
@Grapes(
@Grab(group='io.dropwizard.modules', module='dropwizard-foundationdb', version='4.0.2')
)
<parent> <groupId>io.dropwizard.modules</groupId> <artifactId>module-parent</artifactId> <version>4.0.0-rc.2</version> </parent>
compile
|-- io.dropwizard:dropwizard-core
|-- org.foundationdb:fdb-java:7.3.27
|-- org.foundationdb:fdb-extensions:2.8.110.0
|-- org.foundationdb:fdb-record-layer-core:2.8.110.0
test
|-- org.junit.jupiter:junit-jupiter
|-- org.mockito:mockito-junit-jupiter