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