<dependency>
<groupId>com.codahale.metrics</groupId>
<artifactId>metrics-graphite</artifactId>
<version>3.0.1</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='com.codahale.metrics', module='metrics-graphite', version='3.0.1')
)