MVN

io.github.chris-zen : prometheus-datadog-bridge_2.12

Maven & Gradle

Mar 04, 2021
0 stars

prometheus-datadog-bridge · prometheus-datadog-bridge

<dependency>
    <groupId>io.github.chris-zen</groupId>
    <artifactId>prometheus-datadog-bridge_2.12</artifactId>
    <version>0.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.chris-zen : prometheus-datadog-bridge_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.6

All Versions

Choose a version of io.github.chris-zen : prometheus-datadog-bridge_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
prometheus-datadog-bridge_2.12-0.1.6
prometheus-datadog-bridge_2.12-0.1.5+1-5d2e2d78
prometheus-datadog-bridge_2.12-0.1.5+10-138fe185
prometheus-datadog-bridge_2.12-0.1.5+6-3f694bfb+20210303-1752
prometheus-datadog-bridge_2.12-0.1.5+6-3f694bfb+20210303-1748
prometheus-datadog-bridge_2.12-0.1.5+6-3f694bfb+20210303-1742
prometheus-datadog-bridge_2.12-0.1.5+5-5bc6ea47+20210303-1522
prometheus-datadog-bridge_2.12-0.1.5+5-5bc6ea47
prometheus-datadog-bridge_2.12-0.1.5+20210303-1124
prometheus-datadog-bridge_2.12-0.1.5+20210303-1111

How to add a dependency to Maven

Add the following io.github.chris-zen : prometheus-datadog-bridge_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.chris-zen</groupId>
    <artifactId>prometheus-datadog-bridge_2.12</artifactId>
    <version>0.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.chris-zen : prometheus-datadog-bridge_2.12 gradle dependency to your build.gradle file:

implementation 'io.github.chris-zen:prometheus-datadog-bridge_2.12:0.1.6'

Gradle Kotlin DSL: Add the following io.github.chris-zen : prometheus-datadog-bridge_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.chris-zen:prometheus-datadog-bridge_2.12:0.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.chris-zen : prometheus-datadog-bridge_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.chris-zen" % "prometheus-datadog-bridge_2.12" % "0.1.6"