License |
License |
---|---|
Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
GroupId | GroupIdcom.github.lukaszbudnik.metrics-cloudwatch |
ArtifactId | ArtifactIdmetrics-cloudwatch |
Last Version | Last Version0.3.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmetrics-cloudwatch
A codahale metrics reporter to Amazon CloudWatch
|
Project URL |
Project URL |
Filename | Size |
---|---|
metrics-cloudwatch-0.3.6.pom | |
metrics-cloudwatch-0.3.6.jar | 16 KB |
metrics-cloudwatch-0.3.6-sources.jar | 9 KB |
metrics-cloudwatch-0.3.6-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lukaszbudnik.metrics-cloudwatch/metrics-cloudwatch/ -->
<dependency>
<groupId>com.github.lukaszbudnik.metrics-cloudwatch</groupId>
<artifactId>metrics-cloudwatch</artifactId>
<version>0.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lukaszbudnik.metrics-cloudwatch/metrics-cloudwatch/
implementation 'com.github.lukaszbudnik.metrics-cloudwatch:metrics-cloudwatch:0.3.6'
// https://jarcasting.com/artifacts/com.github.lukaszbudnik.metrics-cloudwatch/metrics-cloudwatch/
implementation ("com.github.lukaszbudnik.metrics-cloudwatch:metrics-cloudwatch:0.3.6")
'com.github.lukaszbudnik.metrics-cloudwatch:metrics-cloudwatch:jar:0.3.6'
<dependency org="com.github.lukaszbudnik.metrics-cloudwatch" name="metrics-cloudwatch" rev="0.3.6">
<artifact name="metrics-cloudwatch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lukaszbudnik.metrics-cloudwatch', module='metrics-cloudwatch', version='0.3.6')
)
libraryDependencies += "com.github.lukaszbudnik.metrics-cloudwatch" % "metrics-cloudwatch" % "0.3.6"
[com.github.lukaszbudnik.metrics-cloudwatch/metrics-cloudwatch "0.3.6"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.10 |
com.google.guava : guava | jar | 18.0 |
com.amazonaws : aws-java-sdk-cloudwatch | jar | 1.9.18 |
org.apache.commons : commons-lang3 | jar | 3.3.2 |
io.dropwizard.metrics : metrics-core | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.slf4j : slf4j-simple | jar | 1.7.10 |