| Categories |
CategoriesGlowroot Application Testing & Monitoring Monitoring |
|---|---|
| GroupId | GroupIdorg.glowroot |
| ArtifactId | ArtifactIdglowroot-central |
| Version | Version0.10.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| glowroot-central-0.10.8.pom | |
| glowroot-central-0.10.8.jar | 567 KB |
| glowroot-central-0.10.8-sources.jar | 257 KB |
| glowroot-central-0.10.8-javadoc.jar | 306 KB |
| glowroot-central-0.10.8-dist.zip | 39 MB |
| glowroot-central-0.10.8-dist.war | 39 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.glowroot/glowroot-central/ -->
<dependency>
<groupId>org.glowroot</groupId>
<artifactId>glowroot-central</artifactId>
<version>0.10.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.glowroot/glowroot-central/
implementation 'org.glowroot:glowroot-central:0.10.8'
// https://jarcasting.com/artifacts/org.glowroot/glowroot-central/
implementation ("org.glowroot:glowroot-central:0.10.8")
'org.glowroot:glowroot-central:jar:0.10.8'
<dependency org="org.glowroot" name="glowroot-central" rev="0.10.8">
<artifact name="glowroot-central" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glowroot', module='glowroot-central', version='0.10.8')
)
libraryDependencies += "org.glowroot" % "glowroot-central" % "0.10.8"
[org.glowroot/glowroot-central "0.10.8"]