MVN

com.apmvista.agent.android : tracing-agent

Maven & Gradle

Oct 17, 2018

Android Tracing Agent · A android agent module for APM Vista Tracing

<dependency>
    <groupId>com.apmvista.agent.android</groupId>
    <artifactId>tracing-agent</artifactId>
    <version>1.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.apmvista.agent.android : tracing-agent to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.5

All Versions

Choose a version of com.apmvista.agent.android : tracing-agent to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
tracing-agent-1.1.5
tracing-agent-1.1.3
tracing-agent-1.1.2
tracing-agent-1.1.1
tracing-agent-1.1.0
1.0.x
tracing-agent-1.0.9
tracing-agent-1.0.8
tracing-agent-1.0.7
tracing-agent-1.0.6
tracing-agent-1.0.5
tracing-agent-1.0.3
tracing-agent-1.0.1
0.2.x
tracing-agent-0.2.0
0.1.x
tracing-agent-0.1.9

How to add a dependency to Maven

Add the following com.apmvista.agent.android : tracing-agent maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.apmvista.agent.android</groupId>
    <artifactId>tracing-agent</artifactId>
    <version>1.1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.apmvista.agent.android : tracing-agent gradle dependency to your build.gradle file:

implementation 'com.apmvista.agent.android:tracing-agent:1.1.5'

Gradle Kotlin DSL: Add the following com.apmvista.agent.android : tracing-agent gradle kotlin dependency to your build.gradle.kts file:

implementation("com.apmvista.agent.android:tracing-agent:1.1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.apmvista.agent.android : tracing-agent sbt scala dependency to your build.sbt file:

libraryDependencies += "com.apmvista.agent.android" % "tracing-agent" % "1.1.5"