vws-module-dav-api.0.8.7.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-module-dav-api Show documentation
Show all versions of svws-module-dav-api Show documentation
Diese Bibliothek enthält die Java-Server-Definition der CalDAV und CardDAV-Schnittstelle für die Schulverwaltungssoftware in NRW
open module de.svws_nrw.davapi {
requires transitive de.svws_nrw.core;
requires transitive de.svws_nrw.db;
requires transitive de.svws_nrw.dbutils;
requires java.base;
requires transitive jetty.servlet.api;
requires org.apache.commons.lang3;
requires org.apache.commons.io;
requires transitive java.ws.rs;
requires org.jboss.resteasy.core;
requires org.jboss.resteasy.providers.jackson;
requires org.jboss.resteasy.providers.multipart;
exports de.svws_nrw.davapi;
}