MVN

com.appdynamics.agent : opentracer

Maven & Gradle

Jul 30, 2020

AppDynamics OpenTracer · Appdynamics tracer based on OpenTracer Api. Briefly, an optional component that enables users to translate traces and spans into BTs and segments

<dependency>
    <groupId>com.appdynamics.agent</groupId>
    <artifactId>opentracer</artifactId>
    <version>20.6.0.30246</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.appdynamics.agent : opentracer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20.6.0.30246

All Versions

Choose a version of com.appdynamics.agent : opentracer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20.6.x
opentracer-20.6.0.30246
20.4.x
opentracer-20.4.0.29862
4.5.x
opentracer-4.5.13.27526

How to add a dependency to Maven

Add the following com.appdynamics.agent : opentracer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.appdynamics.agent</groupId>
    <artifactId>opentracer</artifactId>
    <version>20.6.0.30246</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.appdynamics.agent : opentracer gradle dependency to your build.gradle file:

implementation 'com.appdynamics.agent:opentracer:20.6.0.30246'

Gradle Kotlin DSL: Add the following com.appdynamics.agent : opentracer gradle kotlin dependency to your build.gradle.kts file:

implementation("com.appdynamics.agent:opentracer:20.6.0.30246")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.appdynamics.agent : opentracer sbt scala dependency to your build.sbt file:

libraryDependencies += "com.appdynamics.agent" % "opentracer" % "20.6.0.30246"