All Downloads are FREE. Search and download functionalities are using the official Maven repository.

c.2024.12.20.source-code.module-info Maven / Gradle / Ivy

The newest version!
/**
 * Utilities for working with the low level JDBC API.
 */
module dev.mccue.jdbc {
    requires static org.jetbrains.annotations;
    requires transitive java.sql;

    exports dev.mccue.jdbc;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy