Hibernate HikariCP provides integration between Hibernate ORM and the HikariCP connection pool.
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-hikaricp</artifactId>
<version>5.5.6</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures Hibernate to use HikariCP connection pool.
Use the new groupId org.hibernate.orm for Hibernate 6.x.
No dependency data recorded yet.