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