не последняя версия
Последняя версия 1.32.0

co.elastic.apm:apm-agent-api 1.0.0.RC1


Группа

Группа

co.elastic.apm
Идентификатор

Идентификатор

apm-agent-api
Версия

Версия

1.0.0.RC1
Тип

Тип

jar

Скачать apm-agent-api 1.0.0.RC1


<!-- https://jarcasting.com/artifacts/co.elastic.apm/apm-agent-api/ -->
<dependency>
    <groupId>co.elastic.apm</groupId>
    <artifactId>apm-agent-api</artifactId>
    <version>1.0.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/co.elastic.apm/apm-agent-api/
implementation 'co.elastic.apm:apm-agent-api:1.0.0.RC1'
// https://jarcasting.com/artifacts/co.elastic.apm/apm-agent-api/
implementation ("co.elastic.apm:apm-agent-api:1.0.0.RC1")
'co.elastic.apm:apm-agent-api:jar:1.0.0.RC1'
<dependency org="co.elastic.apm" name="apm-agent-api" rev="1.0.0.RC1">
  <artifact name="apm-agent-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.elastic.apm', module='apm-agent-api', version='1.0.0.RC1')
)
libraryDependencies += "co.elastic.apm" % "apm-agent-api" % "1.0.0.RC1"
[co.elastic.apm/apm-agent-api "1.0.0.RC1"]