GroupId | GroupIdco.elastic.apm |
---|---|
ArtifactId | ArtifactIdelastic-apm-agent |
Version | Version1.10.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/co.elastic.apm/elastic-apm-agent/ -->
<dependency>
<groupId>co.elastic.apm</groupId>
<artifactId>elastic-apm-agent</artifactId>
<version>1.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/co.elastic.apm/elastic-apm-agent/
implementation 'co.elastic.apm:elastic-apm-agent:1.10.1'
// https://jarcasting.com/artifacts/co.elastic.apm/elastic-apm-agent/
implementation ("co.elastic.apm:elastic-apm-agent:1.10.1")
'co.elastic.apm:elastic-apm-agent:jar:1.10.1'
<dependency org="co.elastic.apm" name="elastic-apm-agent" rev="1.10.1">
<artifact name="elastic-apm-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.elastic.apm', module='elastic-apm-agent', version='1.10.1')
)
libraryDependencies += "co.elastic.apm" % "elastic-apm-agent" % "1.10.1"
[co.elastic.apm/elastic-apm-agent "1.10.1"]