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

.data-source.2.0.8.source-code.module-info.j Maven / Gradle / Ivy

There is a newer version: 2.1.37
Show newest version
module com.networknt.data.source {
    exports com.networknt.db;

    requires com.networknt.config;

    requires com.zaxxer.hikari;
    requires java.sql;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy