Categories |
CategoriesCLI User Interface Prometheus Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdde.m3y.prometheus.client |
ArtifactId | ArtifactIdprometheus-client-webapp |
Version | Version0.2 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/de.m3y.prometheus.client/prometheus-client-webapp/ -->
<dependency>
<groupId>de.m3y.prometheus.client</groupId>
<artifactId>prometheus-client-webapp</artifactId>
<version>0.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/de.m3y.prometheus.client/prometheus-client-webapp/
implementation 'de.m3y.prometheus.client:prometheus-client-webapp:0.2'
// https://jarcasting.com/artifacts/de.m3y.prometheus.client/prometheus-client-webapp/
implementation ("de.m3y.prometheus.client:prometheus-client-webapp:0.2")
'de.m3y.prometheus.client:prometheus-client-webapp:war:0.2'
<dependency org="de.m3y.prometheus.client" name="prometheus-client-webapp" rev="0.2">
<artifact name="prometheus-client-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='de.m3y.prometheus.client', module='prometheus-client-webapp', version='0.2')
)
libraryDependencies += "de.m3y.prometheus.client" % "prometheus-client-webapp" % "0.2"
[de.m3y.prometheus.client/prometheus-client-webapp "0.2"]