is not current version
Last Version 1.32.0

co.elastic.apm:apm-agent-api 0.7.1


GroupId

GroupId

co.elastic.apm
ArtifactId

ArtifactId

apm-agent-api
Version

Version

0.7.1
Type

Type

jar

Download apm-agent-api 0.7.1


<!-- https://jarcasting.com/artifacts/co.elastic.apm/apm-agent-api/ -->
<dependency>
    <groupId>co.elastic.apm</groupId>
    <artifactId>apm-agent-api</artifactId>
    <version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/co.elastic.apm/apm-agent-api/
implementation 'co.elastic.apm:apm-agent-api:0.7.1'
// https://jarcasting.com/artifacts/co.elastic.apm/apm-agent-api/
implementation ("co.elastic.apm:apm-agent-api:0.7.1")
'co.elastic.apm:apm-agent-api:jar:0.7.1'
<dependency org="co.elastic.apm" name="apm-agent-api" rev="0.7.1">
  <artifact name="apm-agent-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.elastic.apm', module='apm-agent-api', version='0.7.1')
)
libraryDependencies += "co.elastic.apm" % "apm-agent-api" % "0.7.1"
[co.elastic.apm/apm-agent-api "0.7.1"]