MVN

io.nflow : nflow-metrics

Maven & Gradle

Jun 09, 2022
3 usages
110 stars

nflow-metrics · Integrate https://metrics.dropwizard.io/ with nFlow

<dependency>
    <groupId>io.nflow</groupId>
    <artifactId>nflow-metrics</artifactId>
    <version>8.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.nflow : nflow-metrics to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.0.0

All Versions

Choose a version of io.nflow : nflow-metrics to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0.x
nflow-metrics-8.0.0
7.4.x
nflow-metrics-7.4.0
7.3.x
nflow-metrics-7.3.1
nflow-metrics-7.3.0
7.2.x
nflow-metrics-7.2.4
nflow-metrics-7.2.3
nflow-metrics-7.2.2
nflow-metrics-7.2.1
nflow-metrics-7.2.0
7.1.x
nflow-metrics-7.1.0
7.0.x
nflow-metrics-7.0.0
6.2.x
nflow-metrics-6.2.0
6.1.x
nflow-metrics-6.1.0
6.0.x
nflow-metrics-6.0.0
5.7.x
nflow-metrics-5.7.0
5.6.x
nflow-metrics-5.6.0
5.5.x
nflow-metrics-5.5.0
5.4.x
nflow-metrics-5.4.1
nflow-metrics-5.4.0
5.3.x
nflow-metrics-5.3.3
nflow-metrics-5.3.2
nflow-metrics-5.3.1
nflow-metrics-5.3.0
5.2.x
nflow-metrics-5.2.0
5.1.x
nflow-metrics-5.1.0
5.0.x
nflow-metrics-5.0.1
nflow-metrics-5.0.0
4.2.x
nflow-metrics-4.2.0
4.1.x
nflow-metrics-4.1.0
4.0.x
nflow-metrics-4.0.0

How to add a dependency to Maven

Add the following io.nflow : nflow-metrics maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.nflow</groupId>
    <artifactId>nflow-metrics</artifactId>
    <version>8.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.nflow : nflow-metrics gradle dependency to your build.gradle file:

implementation 'io.nflow:nflow-metrics:8.0.0'

Gradle Kotlin DSL: Add the following io.nflow : nflow-metrics gradle kotlin dependency to your build.gradle.kts file:

implementation("io.nflow:nflow-metrics:8.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.nflow : nflow-metrics sbt scala dependency to your build.sbt file:

libraryDependencies += "io.nflow" % "nflow-metrics" % "8.0.0"

Advertisement