文件下载
文件名 操作
apm-agent-parent-1.49.0.pom 下载
Apache Maven
<dependency>
  <groupId>co.elastic.apm</groupId>
  <artifactId>apm-agent-parent</artifactId>
  <version>1.49.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'co.elastic.apm:apm-agent-parent:1.49.0'
Gradle Kotlin
implementation("co.elastic.apm:apm-agent-parent:1.49.0")
Scala SBT
libraryDependencies += "co.elastic.apm" % "apm-agent-parent" % "1.49.0"
Groovy Grape
@Grapes(
  @Grab(group='co.elastic.apm', module='apm-agent-parent', version='1.49.0')
)
Apache Ivy
<dependency org="co.elastic.apm" name="apm-agent-parent" rev="1.49.0" />
Leiningen
[co.elastic.apm/apm-agent-parent "1.49.0"]
Apache Buildr
'co.elastic.apm:apm-agent-parent:jar:1.49.0'