Categories |
CategoriesPrometheus Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdorg.owasp.appsensor |
ArtifactId | ArtifactIdappsensor-integration-prometheus-emitter |
Version | Version2.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.owasp.appsensor/appsensor-integration-prometheus-emitter/ -->
<dependency>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-integration-prometheus-emitter</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.owasp.appsensor/appsensor-integration-prometheus-emitter/
implementation 'org.owasp.appsensor:appsensor-integration-prometheus-emitter:2.3.0'
// https://jarcasting.com/artifacts/org.owasp.appsensor/appsensor-integration-prometheus-emitter/
implementation ("org.owasp.appsensor:appsensor-integration-prometheus-emitter:2.3.0")
'org.owasp.appsensor:appsensor-integration-prometheus-emitter:jar:2.3.0'
<dependency org="org.owasp.appsensor" name="appsensor-integration-prometheus-emitter" rev="2.3.0">
<artifact name="appsensor-integration-prometheus-emitter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.owasp.appsensor', module='appsensor-integration-prometheus-emitter', version='2.3.0')
)
libraryDependencies += "org.owasp.appsensor" % "appsensor-integration-prometheus-emitter" % "2.3.0"
[org.owasp.appsensor/appsensor-integration-prometheus-emitter "2.3.0"]