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