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