i

instrumentation-hibernate

Instrumentation for Hibernate
The Apache Software License, Version 2.0
Files download
File Operation
instrumentation-hibernate-0.14.6.jar download
instrumentation-hibernate-0.14.6.pom download
instrumentation-hibernate-0.14.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.glowroot.instrumentation</groupId>
  <artifactId>instrumentation-hibernate</artifactId>
  <version>0.14.6</version>
</dependency>
Gradle Groovy
implementation 'org.glowroot.instrumentation:instrumentation-hibernate:0.14.6'
Gradle Kotlin
implementation("org.glowroot.instrumentation:instrumentation-hibernate:0.14.6")
Scala SBT
libraryDependencies += "org.glowroot.instrumentation" % "instrumentation-hibernate" % "0.14.6"
Groovy Grape
@Grapes(
  @Grab(group='org.glowroot.instrumentation', module='instrumentation-hibernate', version='0.14.6')
)
Apache Ivy
<dependency org="org.glowroot.instrumentation" name="instrumentation-hibernate" rev="0.14.6" />
Leiningen
[org.glowroot.instrumentation/instrumentation-hibernate "0.14.6"]
Apache Buildr
'org.glowroot.instrumentation:instrumentation-hibernate:jar:0.14.6'