vws-db-utils.0.9.2.source-code.module-info.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of svws-db-utils Show documentation
Show all versions of svws-db-utils Show documentation
Diese Bibliothek unterstützt bei dem Zugriff auf Datenbanken für die Schulverwaltungssoftware in NRW
open module de.svws_nrw.dbutils {
requires transitive de.svws_nrw.db;
requires transitive de.svws_nrw.external.jbcrypt;
requires java.base;
requires org.apache.commons.lang3;
requires com.healthmarketscience.jackcess;
exports de.svws_nrw.db.utils;
exports de.svws_nrw.db.utils.app;
exports de.svws_nrw.db.utils.schema;
}