Categories |
CategoriesPrometheus Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdorg.hawkular.agent |
ArtifactId | ArtifactIdprometheus-scraper |
Version | Version0.21.0.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.hawkular.agent/prometheus-scraper/ -->
<dependency>
<groupId>org.hawkular.agent</groupId>
<artifactId>prometheus-scraper</artifactId>
<version>0.21.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.hawkular.agent/prometheus-scraper/
implementation 'org.hawkular.agent:prometheus-scraper:0.21.0.Final'
// https://jarcasting.com/artifacts/org.hawkular.agent/prometheus-scraper/
implementation ("org.hawkular.agent:prometheus-scraper:0.21.0.Final")
'org.hawkular.agent:prometheus-scraper:jar:0.21.0.Final'
<dependency org="org.hawkular.agent" name="prometheus-scraper" rev="0.21.0.Final">
<artifact name="prometheus-scraper" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hawkular.agent', module='prometheus-scraper', version='0.21.0.Final')
)
libraryDependencies += "org.hawkular.agent" % "prometheus-scraper" % "0.21.0.Final"
[org.hawkular.agent/prometheus-scraper "0.21.0.Final"]