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