Categories |
CategoriesPrometheus Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdio.micrometer.prometheus |
ArtifactId | ArtifactIdprometheus-rsocket-proxy |
Version | Version0.8.0 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/io.micrometer.prometheus/prometheus-rsocket-proxy/ -->
<dependency>
<groupId>io.micrometer.prometheus</groupId>
<artifactId>prometheus-rsocket-proxy</artifactId>
<version>0.8.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.micrometer.prometheus/prometheus-rsocket-proxy/
implementation 'io.micrometer.prometheus:prometheus-rsocket-proxy:0.8.0'
// https://jarcasting.com/artifacts/io.micrometer.prometheus/prometheus-rsocket-proxy/
implementation ("io.micrometer.prometheus:prometheus-rsocket-proxy:0.8.0")
'io.micrometer.prometheus:prometheus-rsocket-proxy:pom:0.8.0'
<dependency org="io.micrometer.prometheus" name="prometheus-rsocket-proxy" rev="0.8.0">
<artifact name="prometheus-rsocket-proxy" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.micrometer.prometheus', module='prometheus-rsocket-proxy', version='0.8.0')
)
libraryDependencies += "io.micrometer.prometheus" % "prometheus-rsocket-proxy" % "0.8.0"
[io.micrometer.prometheus/prometheus-rsocket-proxy "0.8.0"]