Categories |
CategoriesNet Metrics Application Testing & Monitoring Monitoring Prometheus Networking |
---|---|
GroupId | GroupIdcom.arpnetworking.metrics |
ArtifactId | ArtifactIdprometheus-remote-protocol |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.arpnetworking.metrics/prometheus-remote-protocol/ -->
<dependency>
<groupId>com.arpnetworking.metrics</groupId>
<artifactId>prometheus-remote-protocol</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.arpnetworking.metrics/prometheus-remote-protocol/
implementation 'com.arpnetworking.metrics:prometheus-remote-protocol:1.0.0'
// https://jarcasting.com/artifacts/com.arpnetworking.metrics/prometheus-remote-protocol/
implementation ("com.arpnetworking.metrics:prometheus-remote-protocol:1.0.0")
'com.arpnetworking.metrics:prometheus-remote-protocol:jar:1.0.0'
<dependency org="com.arpnetworking.metrics" name="prometheus-remote-protocol" rev="1.0.0">
<artifact name="prometheus-remote-protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.arpnetworking.metrics', module='prometheus-remote-protocol', version='1.0.0')
)
libraryDependencies += "com.arpnetworking.metrics" % "prometheus-remote-protocol" % "1.0.0"
[com.arpnetworking.metrics/prometheus-remote-protocol "1.0.0"]