p

prometheus

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