Categories |
CategoriesGlowroot Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdorg.glowroot |
ArtifactId | ArtifactIdglowroot-agent |
Version | Version0.8.6 |
Type | Typejar |
Filename | Size |
---|---|
glowroot-agent-0.8.6.pom | |
glowroot-agent-0.8.6.jar | 13 MB |
glowroot-agent-0.8.6-tests.jar | 212 KB |
glowroot-agent-0.8.6-sources.jar | 9 MB |
glowroot-agent-0.8.6-javadoc.jar | 472 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glowroot/glowroot-agent/ -->
<dependency>
<groupId>org.glowroot</groupId>
<artifactId>glowroot-agent</artifactId>
<version>0.8.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.glowroot/glowroot-agent/
implementation 'org.glowroot:glowroot-agent:0.8.6'
// https://jarcasting.com/artifacts/org.glowroot/glowroot-agent/
implementation ("org.glowroot:glowroot-agent:0.8.6")
'org.glowroot:glowroot-agent:jar:0.8.6'
<dependency org="org.glowroot" name="glowroot-agent" rev="0.8.6">
<artifact name="glowroot-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glowroot', module='glowroot-agent', version='0.8.6')
)
libraryDependencies += "org.glowroot" % "glowroot-agent" % "0.8.6"
[org.glowroot/glowroot-agent "0.8.6"]