<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-metrics</artifactId>
<version>0.8.1</version>
</dependency>
<parent> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-parent</artifactId> <version>0.8.1</version> </parent>
compile
|-- io.dropwizard:dropwizard-lifecycle
|-- io.dropwizard:dropwizard-jackson
|-- io.dropwizard:dropwizard-validation
|-- io.dropwizard.metrics:metrics-core
test