Categories |
CategoriesPrometheus Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdio.fabric8.devops.apps |
ArtifactId | ArtifactIdprometheus |
Version | Version2.2.323 |
Type | Typejar |
Filename | Size |
---|---|
prometheus-2.2.323.pom | |
prometheus-2.2.323.jar | 39 KB |
prometheus-2.2.323-sources.jar | 17 KB |
prometheus-2.2.323-openshift.yml | 13 KB |
prometheus-2.2.323-openshift.json | 14 KB |
prometheus-2.2.323-kubernetes.yml | 13 KB |
prometheus-2.2.323-kubernetes.json | 14 KB |
prometheus-2.2.323-helm.tar.gz | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.devops.apps/prometheus/ -->
<dependency>
<groupId>io.fabric8.devops.apps</groupId>
<artifactId>prometheus</artifactId>
<version>2.2.323</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.devops.apps/prometheus/
implementation 'io.fabric8.devops.apps:prometheus:2.2.323'
// https://jarcasting.com/artifacts/io.fabric8.devops.apps/prometheus/
implementation ("io.fabric8.devops.apps:prometheus:2.2.323")
'io.fabric8.devops.apps:prometheus:jar:2.2.323'
<dependency org="io.fabric8.devops.apps" name="prometheus" rev="2.2.323">
<artifact name="prometheus" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.devops.apps', module='prometheus', version='2.2.323')
)
libraryDependencies += "io.fabric8.devops.apps" % "prometheus" % "2.2.323"
[io.fabric8.devops.apps/prometheus "2.2.323"]