Download metrics-raw-0.0.4.jar file - Jar m

Jar examples for m:metrics-raw

Description

Library designed to send raw metrics to one or more datasources. Inspired by dropwizard Metrics library.

You can download jar file metrics-raw 0.0.4 in this page.

License

Apache 2.0

Build File

You can use the following script to add metrics-raw-0.0.4.jar to your project.

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

Download

Click the following link to download the jar file.

metrics-raw-0.0.4-jar-with-dependencies.jar
metrics-raw-0.0.4-javadoc.jar
metrics-raw-0.0.4-sources.jar
metrics-raw-0.0.4.jar
metrics-raw-0.0.4.pom



Related Tutorials