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