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