MVN

io.buoyant : telemetry-core_2.11

Maven & Gradle

Nov 17, 2017
11 usages
5.3k stars

telemetry-core · telemetry-core

<dependency>
    <groupId>io.buoyant</groupId>
    <artifactId>telemetry-core_2.11</artifactId>
    <version>1.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.buoyant : telemetry-core_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.2

All Versions

Choose a version of io.buoyant : telemetry-core_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
telemetry-core_2.11-1.3.2
1.1.x
telemetry-core_2.11-1.1.3
telemetry-core_2.11-1.1.2
telemetry-core_2.11-1.1.1
telemetry-core_2.11-1.1.0
1.0.x
telemetry-core_2.11-1.0.2
telemetry-core_2.11-1.0.0
0.9.x
telemetry-core_2.11-0.9.1
telemetry-core_2.11-0.9.0
0.8.x
telemetry-core_2.11-0.8.6
telemetry-core_2.11-0.8.5
telemetry-core_2.11-0.8.4
telemetry-core_2.11-0.8.3
telemetry-core_2.11-0.8.2
telemetry-core_2.11-0.8.1
telemetry-core_2.11-0.8.0
0.7.x
telemetry-core_2.11-0.7.5
telemetry-core_2.11-0.7.4

How to add a dependency to Maven

Add the following io.buoyant : telemetry-core_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.buoyant</groupId>
    <artifactId>telemetry-core_2.11</artifactId>
    <version>1.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.buoyant : telemetry-core_2.11 gradle dependency to your build.gradle file:

implementation 'io.buoyant:telemetry-core_2.11:1.3.2'

Gradle Kotlin DSL: Add the following io.buoyant : telemetry-core_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.buoyant:telemetry-core_2.11:1.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.buoyant : telemetry-core_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.buoyant" % "telemetry-core_2.11" % "1.3.2"

Advertisement