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