GroupId | GroupIdco.elastic.apm |
---|---|
ArtifactId | ArtifactIdapm-agent-parent |
Version | Version1.6.1 |
Type | Typepom |
Filename | Size |
---|---|
apm-agent-parent-1.6.1.pom | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.elastic.apm/apm-agent-parent/ -->
<dependency>
<groupId>co.elastic.apm</groupId>
<artifactId>apm-agent-parent</artifactId>
<version>1.6.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/co.elastic.apm/apm-agent-parent/
implementation 'co.elastic.apm:apm-agent-parent:1.6.1'
// https://jarcasting.com/artifacts/co.elastic.apm/apm-agent-parent/
implementation ("co.elastic.apm:apm-agent-parent:1.6.1")
'co.elastic.apm:apm-agent-parent:pom:1.6.1'
<dependency org="co.elastic.apm" name="apm-agent-parent" rev="1.6.1">
<artifact name="apm-agent-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='co.elastic.apm', module='apm-agent-parent', version='1.6.1')
)
libraryDependencies += "co.elastic.apm" % "apm-agent-parent" % "1.6.1"
[co.elastic.apm/apm-agent-parent "1.6.1"]