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

License

The Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials