Download metrics-raw-0.3.0.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.3.0 in this page.

License

Apache 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials