Download metrics-raw-0.0.10.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.10 in this page.

License

Apache 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials