| Категории |
КатегорииCLI Взаимодействие с пользователем Glowroot Тестирование приложения и мониторинг Monitoring |
|---|---|
| Группа | Группаorg.glowroot.instrumentation |
| Идентификатор | Идентификаторinstrumentation-apache-http-async-client |
| Версия | Версия0.14.3 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.glowroot.instrumentation/instrumentation-apache-http-async-client/ -->
<dependency>
<groupId>org.glowroot.instrumentation</groupId>
<artifactId>instrumentation-apache-http-async-client</artifactId>
<version>0.14.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.glowroot.instrumentation/instrumentation-apache-http-async-client/
implementation 'org.glowroot.instrumentation:instrumentation-apache-http-async-client:0.14.3'
// https://jarcasting.com/artifacts/org.glowroot.instrumentation/instrumentation-apache-http-async-client/
implementation ("org.glowroot.instrumentation:instrumentation-apache-http-async-client:0.14.3")
'org.glowroot.instrumentation:instrumentation-apache-http-async-client:jar:0.14.3'
<dependency org="org.glowroot.instrumentation" name="instrumentation-apache-http-async-client" rev="0.14.3">
<artifact name="instrumentation-apache-http-async-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glowroot.instrumentation', module='instrumentation-apache-http-async-client', version='0.14.3')
)
libraryDependencies += "org.glowroot.instrumentation" % "instrumentation-apache-http-async-client" % "0.14.3"
[org.glowroot.instrumentation/instrumentation-apache-http-async-client "0.14.3"]