MVN

com.appdynamics.agent : agent-api

Maven & Gradle

Jun 23, 2020
2 usages

AppDynamics Java Agent API · Agent API. Optional component allowing application developers to implement custom instrumentation of applications or frameworks with the AppDynamics java agent

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

Latest Version

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

  • Latest Stable: 20.6.0.30246

All Versions

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

Version Vulnerabilities Updated
20.6.x
agent-api-20.6.0.30246
20.4.x
agent-api-20.4.0.29862
4.5.x
agent-api-4.5.19.29263
agent-api-4.5.18.29239
agent-api-4.5.13.27526
agent-api-4.5.12.26900
agent-api-4.5.12.26874

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.appdynamics.agent:agent-api:20.6.0.30246'

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

implementation("com.appdynamics.agent:agent-api:20.6.0.30246")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.appdynamics.agent" % "agent-api" % "20.6.0.30246"

Advertisement