| Категории |
КатегорииGlowroot Тестирование приложения и мониторинг Monitoring |
|---|---|
| Группа | Группаorg.glowroot |
| Идентификатор | Идентификаторglowroot-agent-it-harness |
| Версия | Версия0.14.0-beta |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.glowroot/glowroot-agent-it-harness/ -->
<dependency>
<groupId>org.glowroot</groupId>
<artifactId>glowroot-agent-it-harness</artifactId>
<version>0.14.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/org.glowroot/glowroot-agent-it-harness/
implementation 'org.glowroot:glowroot-agent-it-harness:0.14.0-beta'
// https://jarcasting.com/artifacts/org.glowroot/glowroot-agent-it-harness/
implementation ("org.glowroot:glowroot-agent-it-harness:0.14.0-beta")
'org.glowroot:glowroot-agent-it-harness:jar:0.14.0-beta'
<dependency org="org.glowroot" name="glowroot-agent-it-harness" rev="0.14.0-beta">
<artifact name="glowroot-agent-it-harness" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glowroot', module='glowroot-agent-it-harness', version='0.14.0-beta')
)
libraryDependencies += "org.glowroot" % "glowroot-agent-it-harness" % "0.14.0-beta"
[org.glowroot/glowroot-agent-it-harness "0.14.0-beta"]