Categories |
CategoriesJakarta Server Faces Jakarta EE The Web Tier Glowroot Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdorg.glowroot.instrumentation |
ArtifactId | ArtifactIdinstrumentation-jsf |
Version | Version0.14.4 |
Type | Typejar |
Filename | Size |
---|---|
instrumentation-jsf-0.14.4.pom | |
instrumentation-jsf-0.14.4.jar | 1 KB |
instrumentation-jsf-0.14.4-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glowroot.instrumentation/instrumentation-jsf/ -->
<dependency>
<groupId>org.glowroot.instrumentation</groupId>
<artifactId>instrumentation-jsf</artifactId>
<version>0.14.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.glowroot.instrumentation/instrumentation-jsf/
implementation 'org.glowroot.instrumentation:instrumentation-jsf:0.14.4'
// https://jarcasting.com/artifacts/org.glowroot.instrumentation/instrumentation-jsf/
implementation ("org.glowroot.instrumentation:instrumentation-jsf:0.14.4")
'org.glowroot.instrumentation:instrumentation-jsf:jar:0.14.4'
<dependency org="org.glowroot.instrumentation" name="instrumentation-jsf" rev="0.14.4">
<artifact name="instrumentation-jsf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glowroot.instrumentation', module='instrumentation-jsf', version='0.14.4')
)
libraryDependencies += "org.glowroot.instrumentation" % "instrumentation-jsf" % "0.14.4"
[org.glowroot.instrumentation/instrumentation-jsf "0.14.4"]