MVN

co.elastic.apm : apm-agent

Maven & Gradle

Jan 31, 2023
542 stars

co.elastic.apm:apm-agent

<dependency>
    <groupId>co.elastic.apm</groupId>
    <artifactId>apm-agent</artifactId>
    <version>1.36.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.elastic.apm : apm-agent to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.36.0

All Versions

Choose a version of co.elastic.apm : apm-agent to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.36.x
apm-agent-1.36.0
1.35.x
apm-agent-1.35.0
1.34.x
apm-agent-1.34.1
apm-agent-1.34.0
1.33.x
apm-agent-1.33.0
1.32.x
apm-agent-1.32.0
1.31.x
apm-agent-1.31.0
1.30.x
apm-agent-1.30.1
apm-agent-1.30.0
1.29.x
apm-agent-1.29.0
1.28.x
apm-agent-1.28.4
apm-agent-1.28.3
apm-agent-1.28.2
apm-agent-1.28.1
apm-agent-1.28.0
1.27.x
apm-agent-1.27.1
apm-agent-1.27.0

How to add a dependency to Maven

Add the following co.elastic.apm : apm-agent maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.elastic.apm</groupId>
    <artifactId>apm-agent</artifactId>
    <version>1.36.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.elastic.apm : apm-agent gradle dependency to your build.gradle file:

implementation 'co.elastic.apm:apm-agent:1.36.0'

Gradle Kotlin DSL: Add the following co.elastic.apm : apm-agent gradle kotlin dependency to your build.gradle.kts file:

implementation("co.elastic.apm:apm-agent:1.36.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.elastic.apm : apm-agent sbt scala dependency to your build.sbt file:

libraryDependencies += "co.elastic.apm" % "apm-agent" % "1.36.0"

Advertisement