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