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