GroupId | GroupIdco.elastic.apm |
---|---|
ArtifactId | ArtifactIdelastic-apm-agent |
Version | Version0.6.2 |
Type | Typejar |
Filename | Size |
---|---|
elastic-apm-agent-0.6.2.pom | |
elastic-apm-agent-0.6.2.jar | 4 MB |
elastic-apm-agent-0.6.2-sources.jar | 7 KB |
elastic-apm-agent-0.6.2-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>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/co.elastic.apm/elastic-apm-agent/
implementation 'co.elastic.apm:elastic-apm-agent:0.6.2'
// https://jarcasting.com/artifacts/co.elastic.apm/elastic-apm-agent/
implementation ("co.elastic.apm:elastic-apm-agent:0.6.2")
'co.elastic.apm:elastic-apm-agent:jar:0.6.2'
<dependency org="co.elastic.apm" name="elastic-apm-agent" rev="0.6.2">
<artifact name="elastic-apm-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.elastic.apm', module='elastic-apm-agent', version='0.6.2')
)
libraryDependencies += "co.elastic.apm" % "elastic-apm-agent" % "0.6.2"
[co.elastic.apm/elastic-apm-agent "0.6.2"]