age.3.3.0.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 storage Show documentation
Show all versions of storage Show documentation
A utility library to easily build and wrap HikariDataSources
The newest version!
module me.moros.storage {
exports me.moros.storage;
requires java.sql;
requires static com.zaxxer.hikari;
requires static org.checkerframework.checker.qual;
}