Categories |
CategoriesPrometheus Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdio.prometheus.cloudwatch |
ArtifactId | ArtifactIdcloudwatch_exporter |
Version | Version0.7.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.prometheus.cloudwatch/cloudwatch_exporter/ -->
<dependency>
<groupId>io.prometheus.cloudwatch</groupId>
<artifactId>cloudwatch_exporter</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.prometheus.cloudwatch/cloudwatch_exporter/
implementation 'io.prometheus.cloudwatch:cloudwatch_exporter:0.7.0'
// https://jarcasting.com/artifacts/io.prometheus.cloudwatch/cloudwatch_exporter/
implementation ("io.prometheus.cloudwatch:cloudwatch_exporter:0.7.0")
'io.prometheus.cloudwatch:cloudwatch_exporter:jar:0.7.0'
<dependency org="io.prometheus.cloudwatch" name="cloudwatch_exporter" rev="0.7.0">
<artifact name="cloudwatch_exporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prometheus.cloudwatch', module='cloudwatch_exporter', version='0.7.0')
)
libraryDependencies += "io.prometheus.cloudwatch" % "cloudwatch_exporter" % "0.7.0"
[io.prometheus.cloudwatch/cloudwatch_exporter "0.7.0"]