MVN

co.elastic.apm : apm-agent-api

Maven & Gradle

Aug 11, 2023
3 usages
542 stars

co.elastic.apm:apm-agent-api

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

Latest Version

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

  • Latest Stable: 1.42.0
  • Latest Release Candidate: 1.18.0.RC1

All Versions

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

Version Vulnerabilities Updated
1.42.x
apm-agent-api-1.42.0
1.41.x
apm-agent-api-1.41.1
apm-agent-api-1.41.0
1.40.x
apm-agent-api-1.40.0
1.39.x
apm-agent-api-1.39.0
1.38.x
apm-agent-api-1.38.0
1.37.x
apm-agent-api-1.37.0
1.36.x
apm-agent-api-1.36.0
1.35.x
apm-agent-api-1.35.0
1.34.x
apm-agent-api-1.34.1
apm-agent-api-1.34.0
1.33.x
apm-agent-api-1.33.0
1.32.x
apm-agent-api-1.32.0
1.31.x
apm-agent-api-1.31.0
1.30.x
apm-agent-api-1.30.1
apm-agent-api-1.30.0
1.29.x
apm-agent-api-1.29.0
1.28.x
apm-agent-api-1.28.4
apm-agent-api-1.28.3
apm-agent-api-1.28.2
apm-agent-api-1.28.1
apm-agent-api-1.28.0
1.27.x
apm-agent-api-1.27.1
apm-agent-api-1.27.0
1.26.x
apm-agent-api-1.26.2
CVE-2021-37941
apm-agent-api-1.26.1
CVE-2021-37941
apm-agent-api-1.26.0
CVE-2021-37941
1.25.x
apm-agent-api-1.25.0
CVE-2021-37941
1.24.x
apm-agent-api-1.24.0
CVE-2021-37941
1.23.x
apm-agent-api-1.23.0
CVE-2021-37941
1.22.x
apm-agent-api-1.22.0
CVE-2021-37941
1.21.x
apm-agent-api-1.21.0
CVE-2021-37941
1.20.x
apm-agent-api-1.20.0
CVE-2021-37941
1.19.x
apm-agent-api-1.19.0
CVE-2021-37941
1.18.x
apm-agent-api-1.18.1
CVE-2021-37941
apm-agent-api-1.18.0
CVE-2021-37941
apm-agent-api-1.18.0.RC1
CVE-2021-37941
1.17.x
apm-agent-api-1.17.0
CVE-2021-37941
1.16.x
apm-agent-api-1.16.0
CVE-2021-37941
1.15.x
apm-agent-api-1.15.0
CVE-2021-37941
1.14.x
apm-agent-api-1.14.0
CVE-2021-37941
1.13.x
apm-agent-api-1.13.0
CVE-2021-37941
1.12.x
apm-agent-api-1.12.0
CVE-2021-37941
1.11.x
apm-agent-api-1.11.0
CVE-2021-37941
1.10.x
apm-agent-api-1.10.1
CVE-2021-37941
apm-agent-api-1.10.0
CVE-2021-37941
1.9.x
apm-agent-api-1.9.0
1.8.x
apm-agent-api-1.8.0
1.7.x
apm-agent-api-1.7.0
1.6.x
apm-agent-api-1.6.1
apm-agent-api-1.6.0
1.5.x
apm-agent-api-1.5.0
1.4.x
apm-agent-api-1.4.0
1.3.x
apm-agent-api-1.3.0
1.2.x
apm-agent-api-1.2.0
1.1.x
apm-agent-api-1.1.0
1.0.x
apm-agent-api-1.0.1
apm-agent-api-1.0.0
apm-agent-api-1.0.0.RC1
0.7.x
apm-agent-api-0.7.1
apm-agent-api-0.7.0
0.6.x
apm-agent-api-0.6.2
apm-agent-api-0.6.1
apm-agent-api-0.6.0
0.5.x
apm-agent-api-0.5.1
0.1.x
apm-agent-api-0.1.2
apm-agent-api-0.1.1

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'co.elastic.apm:apm-agent-api:1.42.0'

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

implementation("co.elastic.apm:apm-agent-api:1.42.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "co.elastic.apm" % "apm-agent-api" % "1.42.0"

Advertisement