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