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