a

agent-api

Agent API. Optional component allowing application developers to implement custom instrumentation of applications or frameworks with the AppDynamics java agent
http://appdynamics.com
AppDynamics Inc.
Files download
File Operation
agent-api-20.4.0.29862.jar download
agent-api-20.4.0.29862.pom download
agent-api-20.4.0.29862-sources.jar download
Apache Maven
<dependency>
  <groupId>com.appdynamics.agent</groupId>
  <artifactId>agent-api</artifactId>
  <version>20.4.0.29862</version>
</dependency>
Gradle Groovy
implementation 'com.appdynamics.agent:agent-api:20.4.0.29862'
Gradle Kotlin
implementation("com.appdynamics.agent:agent-api:20.4.0.29862")
Scala SBT
libraryDependencies += "com.appdynamics.agent" % "agent-api" % "20.4.0.29862"
Groovy Grape
@Grapes(
  @Grab(group='com.appdynamics.agent', module='agent-api', version='20.4.0.29862')
)
Apache Ivy
<dependency org="com.appdynamics.agent" name="agent-api" rev="20.4.0.29862" />
Leiningen
[com.appdynamics.agent/agent-api "20.4.0.29862"]
Apache Buildr
'com.appdynamics.agent:agent-api:jar:20.4.0.29862'
Dependencies
The project has no third-party dependencies