MVN

org.dhatim : dropwizard-prometheus

Maven & Gradle

Jun 28, 2023
3 usages
24 stars

Dropwizard Prometheus bridge · Dropwizard bundle and reporter for Prometheus.

<dependency>
    <groupId>org.dhatim</groupId>
    <artifactId>dropwizard-prometheus</artifactId>
    <version>4.0.1-2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.dhatim : dropwizard-prometheus to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.1-2

All Versions

Choose a version of org.dhatim : dropwizard-prometheus to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
dropwizard-prometheus-4.0.1-2
dropwizard-prometheus-4.0.1
3.1.x
dropwizard-prometheus-3.1.4
3.0.x
dropwizard-prometheus-3.0.2
2.2.x
dropwizard-prometheus-2.2.0
2.1.x
dropwizard-prometheus-2.1.2
dropwizard-prometheus-2.1.1
dropwizard-prometheus-2.1.0
2.0.x
dropwizard-prometheus-2.0.1
dropwizard-prometheus-2.0.0
1.0.x
dropwizard-prometheus-1.0.2
dropwizard-prometheus-1.0.1
dropwizard-prometheus-1.0.0

How to add a dependency to Maven

Add the following org.dhatim : dropwizard-prometheus maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.dhatim</groupId>
    <artifactId>dropwizard-prometheus</artifactId>
    <version>4.0.1-2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.dhatim : dropwizard-prometheus gradle dependency to your build.gradle file:

implementation 'org.dhatim:dropwizard-prometheus:4.0.1-2'

Gradle Kotlin DSL: Add the following org.dhatim : dropwizard-prometheus gradle kotlin dependency to your build.gradle.kts file:

implementation("org.dhatim:dropwizard-prometheus:4.0.1-2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.dhatim : dropwizard-prometheus sbt scala dependency to your build.sbt file:

libraryDependencies += "org.dhatim" % "dropwizard-prometheus" % "4.0.1-2"

Advertisement