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