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