Download metrics-graphite-3.0.1.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 3.0.1 in this page.

License

The Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials