MVN

com.ringcentral.platform.metrics : metrics-facade-prometheus

Maven & Gradle

Jun 13, 2023
2 usages
18 stars
<dependency>
    <groupId>com.ringcentral.platform.metrics</groupId>
    <artifactId>metrics-facade-prometheus</artifactId>
    <version>3.2.0-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ringcentral.platform.metrics : metrics-facade-prometheus to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.0-RELEASE

All Versions

Choose a version of com.ringcentral.platform.metrics : metrics-facade-prometheus to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
metrics-facade-prometheus-3.2.0-RELEASE
3.1.x
metrics-facade-prometheus-3.1.0-RELEASE
3.0.x
metrics-facade-prometheus-3.0.0-RELEASE
2.1.x
metrics-facade-prometheus-2.1.1-RELEASE
metrics-facade-prometheus-2.1.0-RELEASE
2.0.x
metrics-facade-prometheus-2.0.0-RELEASE
1.0.x
metrics-facade-prometheus-1.0.5-RELEASE
metrics-facade-prometheus-1.0.4-RELEASE

How to add a dependency to Maven

Add the following com.ringcentral.platform.metrics : metrics-facade-prometheus maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ringcentral.platform.metrics</groupId>
    <artifactId>metrics-facade-prometheus</artifactId>
    <version>3.2.0-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ringcentral.platform.metrics : metrics-facade-prometheus gradle dependency to your build.gradle file:

implementation 'com.ringcentral.platform.metrics:metrics-facade-prometheus:3.2.0-RELEASE'

Gradle Kotlin DSL: Add the following com.ringcentral.platform.metrics : metrics-facade-prometheus gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ringcentral.platform.metrics:metrics-facade-prometheus:3.2.0-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ringcentral.platform.metrics : metrics-facade-prometheus sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ringcentral.platform.metrics" % "metrics-facade-prometheus" % "3.2.0-RELEASE"