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