r.nils.nils-jdbc-adapter.3.0.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 nils-jdbc-adapter Show documentation
Show all versions of nils-jdbc-adapter Show documentation
The JDBC Adapter for NILS - A Java NLS library (aka national
language support, localisation, internationalisation, i18n, l10n).
The newest version!
module com.codepulsar.nils.adapter.jdbc {
exports com.codepulsar.nils.adapter.jdbc;
requires transitive com.codepulsar.nils.core;
requires java.base;
requires java.sql;
requires org.slf4j;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy