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