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

r.nils.nils-jdbc-adapter.3.0.0.source-code.module-info Maven / Gradle / Ivy

Go to download

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