MVN

in.code123 : prometheus-remote-write

Maven & Gradle

Aug 18, 2023
0 stars

prometheus-remote-write · a java sdk for prometheus remote write

<dependency>
    <groupId>in.code123</groupId>
    <artifactId>prometheus-remote-write</artifactId>
    <version>3.18.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of in.code123 : prometheus-remote-write to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.18.0

All Versions

Choose a version of in.code123 : prometheus-remote-write to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.18.x
prometheus-remote-write-3.18.0

How to add a dependency to Maven

Add the following in.code123 : prometheus-remote-write maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>in.code123</groupId>
    <artifactId>prometheus-remote-write</artifactId>
    <version>3.18.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following in.code123 : prometheus-remote-write gradle dependency to your build.gradle file:

implementation 'in.code123:prometheus-remote-write:3.18.0'

Gradle Kotlin DSL: Add the following in.code123 : prometheus-remote-write gradle kotlin dependency to your build.gradle.kts file:

implementation("in.code123:prometheus-remote-write:3.18.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following in.code123 : prometheus-remote-write sbt scala dependency to your build.sbt file:

libraryDependencies += "in.code123" % "prometheus-remote-write" % "3.18.0"