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