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