Categories |
CategoriesGlowroot Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdorg.glowroot |
ArtifactId | ArtifactIdglowroot-central |
Version | Version0.10.9 |
Type | Typejar |
Filename | Size |
---|---|
glowroot-central-0.10.9.pom | |
glowroot-central-0.10.9.jar | 572 KB |
glowroot-central-0.10.9-sources.jar | 259 KB |
glowroot-central-0.10.9-javadoc.jar | 307 KB |
glowroot-central-0.10.9-dist.zip | 39 MB |
glowroot-central-0.10.9-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.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.glowroot/glowroot-central/
implementation 'org.glowroot:glowroot-central:0.10.9'
// https://jarcasting.com/artifacts/org.glowroot/glowroot-central/
implementation ("org.glowroot:glowroot-central:0.10.9")
'org.glowroot:glowroot-central:jar:0.10.9'
<dependency org="org.glowroot" name="glowroot-central" rev="0.10.9">
<artifact name="glowroot-central" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glowroot', module='glowroot-central', version='0.10.9')
)
libraryDependencies += "org.glowroot" % "glowroot-central" % "0.10.9"
[org.glowroot/glowroot-central "0.10.9"]