Files download
File Operation
prometheus-rsocket-spring-0.8.0.jar download
prometheus-rsocket-spring-0.8.0.pom download
prometheus-rsocket-spring-0.8.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.micrometer.prometheus</groupId>
  <artifactId>prometheus-rsocket-spring</artifactId>
  <version>0.8.0</version>
</dependency>
Gradle Groovy
implementation 'io.micrometer.prometheus:prometheus-rsocket-spring:0.8.0'
Gradle Kotlin
implementation("io.micrometer.prometheus:prometheus-rsocket-spring:0.8.0")
Scala SBT
libraryDependencies += "io.micrometer.prometheus" % "prometheus-rsocket-spring" % "0.8.0"
Groovy Grape
@Grapes(
  @Grab(group='io.micrometer.prometheus', module='prometheus-rsocket-spring', version='0.8.0')
)
Apache Ivy
<dependency org="io.micrometer.prometheus" name="prometheus-rsocket-spring" rev="0.8.0" />
Leiningen
[io.micrometer.prometheus/prometheus-rsocket-spring "0.8.0"]
Apache Buildr
'io.micrometer.prometheus:prometheus-rsocket-spring:jar:0.8.0'