is not current version
Last Version 1.32.0

co.elastic.apm:elastic-apm-agent 1.1.0


GroupId

GroupId

co.elastic.apm
ArtifactId

ArtifactId

elastic-apm-agent
Version

Version

1.1.0
Type

Type

jar

Download elastic-apm-agent 1.1.0


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