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