Categories |
CategoriesGlowroot Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdorg.glowroot |
ArtifactId | ArtifactIdglowroot-agent-plugin-api |
Version | Version0.8.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.glowroot/glowroot-agent-plugin-api/ -->
<dependency>
<groupId>org.glowroot</groupId>
<artifactId>glowroot-agent-plugin-api</artifactId>
<version>0.8.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.glowroot/glowroot-agent-plugin-api/
implementation 'org.glowroot:glowroot-agent-plugin-api:0.8.6'
// https://jarcasting.com/artifacts/org.glowroot/glowroot-agent-plugin-api/
implementation ("org.glowroot:glowroot-agent-plugin-api:0.8.6")
'org.glowroot:glowroot-agent-plugin-api:jar:0.8.6'
<dependency org="org.glowroot" name="glowroot-agent-plugin-api" rev="0.8.6">
<artifact name="glowroot-agent-plugin-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glowroot', module='glowroot-agent-plugin-api', version='0.8.6')
)
libraryDependencies += "org.glowroot" % "glowroot-agent-plugin-api" % "0.8.6"
[org.glowroot/glowroot-agent-plugin-api "0.8.6"]