<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-metrics</artifactId>
<version>0.8.0-rc2</version>
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-metrics', version='0.8.0-rc2')
)
<parent> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-parent</artifactId> <version>0.8.0-rc2</version> </parent>
compile
|-- io.dropwizard:dropwizard-lifecycle
|-- io.dropwizard:dropwizard-jackson
|-- io.dropwizard:dropwizard-validation
|-- io.dropwizard.metrics:metrics-core
test