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