p

prometheus-annotations

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