p

prometheus-annotations

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