Download metrics-cloudwatch-0.3.3.jar file - Jar m

Jar examples for m:metrics-cloudwatch

Description

A Dropwizard Metrics reporter that posts to AWS CloudWatch

You can download jar file metrics-cloudwatch 0.3.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add metrics-cloudwatch-0.3.3.jar to your project.

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

Download

Click the following link to download the jar file.

metrics-cloudwatch-0.3.3-javadoc.jar
metrics-cloudwatch-0.3.3-sources.jar
metrics-cloudwatch-0.3.3.jar
metrics-cloudwatch-0.3.3.pom



Related Tutorials