MVN

org.lyranthe.prometheus : client_2.11

Maven & Gradle

Feb 01, 2018
9 usages
34 stars

client · client

<dependency>
    <groupId>org.lyranthe.prometheus</groupId>
    <artifactId>client_2.11</artifactId>
    <version>0.9.0-M5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.lyranthe.prometheus : client_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.0-M5

All Versions

Choose a version of org.lyranthe.prometheus : client_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
client_2.11-0.9.0-M5
client_2.11-0.9.0-M4
client_2.11-0.9.0-M3
client_2.11-0.9.0-M2
client_2.11-0.9.0-M1
0.8.x
client_2.11-0.8.4
client_2.11-0.8.3
client_2.11-0.8.2
client_2.11-0.8.1
client_2.11-0.8.0
0.7.x
client_2.11-0.7.0
0.6.x
client_2.11-0.6.0
0.5.x
client_2.11-0.5.1
client_2.11-0.5.0
0.4.x
client_2.11-0.4.0
0.3.x
client_2.11-0.3.0
0.2.x
client_2.11-0.2.0
0.1.x
client_2.11-0.1.0
0.0.x
client_2.11-0.0.1

How to add a dependency to Maven

Add the following org.lyranthe.prometheus : client_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.lyranthe.prometheus</groupId>
    <artifactId>client_2.11</artifactId>
    <version>0.9.0-M5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.lyranthe.prometheus : client_2.11 gradle dependency to your build.gradle file:

implementation 'org.lyranthe.prometheus:client_2.11:0.9.0-M5'

Gradle Kotlin DSL: Add the following org.lyranthe.prometheus : client_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.lyranthe.prometheus:client_2.11:0.9.0-M5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.lyranthe.prometheus : client_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.lyranthe.prometheus" % "client_2.11" % "0.9.0-M5"

Advertisement