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