Categories |
CategoriesPrometheus Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdio.fabric8.devops.apps |
ArtifactId | ArtifactIdprometheus-node-exporter |
Version | Version2.2.307 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.fabric8.devops.apps/prometheus-node-exporter/ -->
<dependency>
<groupId>io.fabric8.devops.apps</groupId>
<artifactId>prometheus-node-exporter</artifactId>
<version>2.2.307</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.devops.apps/prometheus-node-exporter/
implementation 'io.fabric8.devops.apps:prometheus-node-exporter:2.2.307'
// https://jarcasting.com/artifacts/io.fabric8.devops.apps/prometheus-node-exporter/
implementation ("io.fabric8.devops.apps:prometheus-node-exporter:2.2.307")
'io.fabric8.devops.apps:prometheus-node-exporter:jar:2.2.307'
<dependency org="io.fabric8.devops.apps" name="prometheus-node-exporter" rev="2.2.307">
<artifact name="prometheus-node-exporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.devops.apps', module='prometheus-node-exporter', version='2.2.307')
)
libraryDependencies += "io.fabric8.devops.apps" % "prometheus-node-exporter" % "2.2.307"
[io.fabric8.devops.apps/prometheus-node-exporter "2.2.307"]