Download metrics-graphite-4.0.0.jar file - Jar m

Jar examples for m:metrics-graphite

Description

A reporter for Metrics which announces measurements to a Graphite server.

You can download jar file metrics-graphite 4.0.0 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add metrics-graphite-4.0.0.jar to your project.

<dependency>
   <groupId>io.dropwizard.metrics</groupId>
   <artifactId>metrics-graphite</artifactId>
   <version>4.0.0</version>
</dependency>
compile group: 'io.dropwizard.metrics', name: 'metrics-graphite', version: '4.0.0'
libraryDependencies += "io.dropwizard.metrics" % "metrics-graphite" % "4.0.0"
<dependency org="io.dropwizard.metrics" name="metrics-graphite" rev="4.0.0"/>
@Grapes(@Grab(group='io.dropwizard.metrics', module='metrics-graphite', version='4.0.0'))
'io.dropwizard.metrics:metrics-graphite:jar:4.0.0'

Download

Click the following link to download the jar file.

metrics-graphite-4.0.0-javadoc.jar
metrics-graphite-4.0.0-sources.jar
metrics-graphite-4.0.0.jar
metrics-graphite-4.0.0.pom



Related Tutorials