GroupId | GroupIdco.elastic.apm |
---|---|
ArtifactId | ArtifactIdapm-agent |
Version | Version1.27.1 |
Type | Typejar |
Filename | Size |
---|---|
apm-agent-1.27.1.pom | |
apm-agent-1.27.1.jar | 8 MB |
apm-agent-1.27.1-sources.jar | 3 MB |
apm-agent-1.27.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/co.elastic.apm/apm-agent/ -->
<dependency>
<groupId>co.elastic.apm</groupId>
<artifactId>apm-agent</artifactId>
<version>1.27.1</version>
</dependency>
// https://jarcasting.com/artifacts/co.elastic.apm/apm-agent/
implementation 'co.elastic.apm:apm-agent:1.27.1'
// https://jarcasting.com/artifacts/co.elastic.apm/apm-agent/
implementation ("co.elastic.apm:apm-agent:1.27.1")
'co.elastic.apm:apm-agent:jar:1.27.1'
<dependency org="co.elastic.apm" name="apm-agent" rev="1.27.1">
<artifact name="apm-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.elastic.apm', module='apm-agent', version='1.27.1')
)
libraryDependencies += "co.elastic.apm" % "apm-agent" % "1.27.1"
[co.elastic.apm/apm-agent "1.27.1"]