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