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