MVN

cz.pumpitup.pn5 : reporting-prometheus

Maven & Gradle

Sep 04, 2023
<dependency>
    <groupId>cz.pumpitup.pn5</groupId>
    <artifactId>reporting-prometheus</artifactId>
    <version>0.7.34</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cz.pumpitup.pn5 : reporting-prometheus to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.34

All Versions

Choose a version of cz.pumpitup.pn5 : reporting-prometheus to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
reporting-prometheus-0.7.34

How to add a dependency to Maven

Add the following cz.pumpitup.pn5 : reporting-prometheus maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cz.pumpitup.pn5</groupId>
    <artifactId>reporting-prometheus</artifactId>
    <version>0.7.34</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cz.pumpitup.pn5 : reporting-prometheus gradle dependency to your build.gradle file:

implementation 'cz.pumpitup.pn5:reporting-prometheus:0.7.34'

Gradle Kotlin DSL: Add the following cz.pumpitup.pn5 : reporting-prometheus gradle kotlin dependency to your build.gradle.kts file:

implementation("cz.pumpitup.pn5:reporting-prometheus:0.7.34")

How to add a dependency to SBT Scala

SBT Scala: Add the following cz.pumpitup.pn5 : reporting-prometheus sbt scala dependency to your build.sbt file:

libraryDependencies += "cz.pumpitup.pn5" % "reporting-prometheus" % "0.7.34"

Advertisement