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