Files download
File Operation
apm-agent-plugin-sdk-1.49.0.jar download
apm-agent-plugin-sdk-1.49.0.pom download
apm-agent-plugin-sdk-1.49.0-sources.jar download
Apache Maven
<dependency>
  <groupId>co.elastic.apm</groupId>
  <artifactId>apm-agent-plugin-sdk</artifactId>
  <version>1.49.0</version>
</dependency>
Gradle Groovy
implementation 'co.elastic.apm:apm-agent-plugin-sdk:1.49.0'
Gradle Kotlin
implementation("co.elastic.apm:apm-agent-plugin-sdk:1.49.0")
Scala SBT
libraryDependencies += "co.elastic.apm" % "apm-agent-plugin-sdk" % "1.49.0"
Groovy Grape
@Grapes(
  @Grab(group='co.elastic.apm', module='apm-agent-plugin-sdk', version='1.49.0')
)
Apache Ivy
<dependency org="co.elastic.apm" name="apm-agent-plugin-sdk" rev="1.49.0" />
Leiningen
[co.elastic.apm/apm-agent-plugin-sdk "1.49.0"]
Apache Buildr
'co.elastic.apm:apm-agent-plugin-sdk:jar:1.49.0'