m

metrics-cloudwatch

A codahale metrics reporter to Amazon CloudWatch
https://github.com/lukaszbudnik/metrics-cloudwatch
The Apache Software License, Version 2.0
Jason Dunkelberger Łukasz Budnik
Files download
File Operation
metrics-cloudwatch-0.3.6.jar download
metrics-cloudwatch-0.3.6.pom download
metrics-cloudwatch-0.3.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.lukaszbudnik.metrics-cloudwatch</groupId>
  <artifactId>metrics-cloudwatch</artifactId>
  <version>0.3.6</version>
</dependency>
Gradle Groovy
implementation 'com.github.lukaszbudnik.metrics-cloudwatch:metrics-cloudwatch:0.3.6'
Gradle Kotlin
implementation("com.github.lukaszbudnik.metrics-cloudwatch:metrics-cloudwatch:0.3.6")
Scala SBT
libraryDependencies += "com.github.lukaszbudnik.metrics-cloudwatch" % "metrics-cloudwatch" % "0.3.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.lukaszbudnik.metrics-cloudwatch', module='metrics-cloudwatch', version='0.3.6')
)
Apache Ivy
<dependency org="com.github.lukaszbudnik.metrics-cloudwatch" name="metrics-cloudwatch" rev="0.3.6" />
Leiningen
[com.github.lukaszbudnik.metrics-cloudwatch/metrics-cloudwatch "0.3.6"]
Apache Buildr
'com.github.lukaszbudnik.metrics-cloudwatch:metrics-cloudwatch:jar:0.3.6'