h

hibernate-micrometer

Integration for Micrometer metrics into Hibernate as a metrics collection package
https://hibernate.org/orm
GNU Library General Public License v2.1 or later
Hibernate.org
The Hibernate Development Team
Files download
File Operation
hibernate-micrometer-7.0.0.Beta2.pom download
Apache Maven
<dependency>
  <groupId>org.hibernate</groupId>
  <artifactId>hibernate-micrometer</artifactId>
  <version>7.0.0.Beta2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.hibernate:hibernate-micrometer:7.0.0.Beta2'
Gradle Kotlin
implementation("org.hibernate:hibernate-micrometer:7.0.0.Beta2")
Scala SBT
libraryDependencies += "org.hibernate" % "hibernate-micrometer" % "7.0.0.Beta2"
Groovy Grape
@Grapes(
  @Grab(group='org.hibernate', module='hibernate-micrometer', version='7.0.0.Beta2')
)
Apache Ivy
<dependency org="org.hibernate" name="hibernate-micrometer" rev="7.0.0.Beta2" />
Leiningen
[org.hibernate/hibernate-micrometer "7.0.0.Beta2"]
Apache Buildr
'org.hibernate:hibernate-micrometer:jar:7.0.0.Beta2'
Dependencies
The project has no third-party dependencies