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