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