MVN

io.github.harishb2k.easy : metrics-prometheus

Maven & Gradle

Apr 10, 2021
1 usages

metrics-prometheus

<dependency>
    <groupId>io.github.harishb2k.easy</groupId>
    <artifactId>metrics-prometheus</artifactId>
    <version>0.0.48</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.harishb2k.easy : metrics-prometheus to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.48

All Versions

Choose a version of io.github.harishb2k.easy : metrics-prometheus to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
metrics-prometheus-0.0.48
metrics-prometheus-0.0.47
metrics-prometheus-0.0.46
metrics-prometheus-0.0.45
metrics-prometheus-0.0.44
metrics-prometheus-0.0.43
metrics-prometheus-0.0.42
metrics-prometheus-0.0.41
metrics-prometheus-0.0.40
metrics-prometheus-0.0.39
metrics-prometheus-0.0.38
metrics-prometheus-0.0.37
metrics-prometheus-0.0.36
metrics-prometheus-0.0.35
metrics-prometheus-0.0.34
metrics-prometheus-0.0.33
metrics-prometheus-0.0.30
metrics-prometheus-0.0.29
metrics-prometheus-0.0.27
metrics-prometheus-0.0.26
metrics-prometheus-0.0.25
metrics-prometheus-0.0.24
metrics-prometheus-0.0.23
metrics-prometheus-0.0.22
metrics-prometheus-0.0.21
metrics-prometheus-0.0.20
metrics-prometheus-0.0.19
metrics-prometheus-0.0.18
metrics-prometheus-0.0.17
metrics-prometheus-0.0.16
metrics-prometheus-0.0.15
metrics-prometheus-0.0.11
metrics-prometheus-0.0.10
metrics-prometheus-0.0.9

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.harishb2k.easy</groupId>
    <artifactId>metrics-prometheus</artifactId>
    <version>0.0.48</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.harishb2k.easy : metrics-prometheus gradle dependency to your build.gradle file:

implementation 'io.github.harishb2k.easy:metrics-prometheus:0.0.48'

Gradle Kotlin DSL: Add the following io.github.harishb2k.easy : metrics-prometheus gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.harishb2k.easy:metrics-prometheus:0.0.48")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.harishb2k.easy : metrics-prometheus sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.harishb2k.easy" % "metrics-prometheus" % "0.0.48"