
rschall.hikari-jfr.1.0.1.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hikari-jfr Show documentation
Show all versions of hikari-jfr Show documentation
A HikariCP MetricsTrackerFactory that generates JFR events.
The newest version!
module com.github.marschall.hikari.jfr {
requires jdk.jfr;
requires transitive com.zaxxer.hikari;
exports com.github.marschall.hikari.jfr;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy