MVN

com.wavefront : dropwizard-metrics5

Maven & Gradle

Feb 23, 2019
1 usages
40 stars

Wavefront Dropwizard5 Metrics reporter · Report metrics via the Wavefront Proxy

<dependency>
    <groupId>com.wavefront</groupId>
    <artifactId>dropwizard-metrics5</artifactId>
    <version>4.36</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.wavefront : dropwizard-metrics5 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.36

All Versions

Choose a version of com.wavefront : dropwizard-metrics5 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.36
dropwizard-metrics5-4.36
4.35
dropwizard-metrics5-4.35
4.34
dropwizard-metrics5-4.34
4.33
dropwizard-metrics5-4.33
4.32
dropwizard-metrics5-4.32
4.31
dropwizard-metrics5-4.31
4.30
dropwizard-metrics5-4.30

How to add a dependency to Maven

Add the following com.wavefront : dropwizard-metrics5 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.wavefront</groupId>
    <artifactId>dropwizard-metrics5</artifactId>
    <version>4.36</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.wavefront : dropwizard-metrics5 gradle dependency to your build.gradle file:

implementation 'com.wavefront:dropwizard-metrics5:4.36'

Gradle Kotlin DSL: Add the following com.wavefront : dropwizard-metrics5 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.wavefront:dropwizard-metrics5:4.36")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.wavefront : dropwizard-metrics5 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.wavefront" % "dropwizard-metrics5" % "4.36"

Advertisement