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

vws-module-dav-api.0.9.0.source-code.module-info.txt Maven / Gradle / Ivy

Go to download

Diese Bibliothek enthält die Java-Server-Definition der CalDAV und CardDAV-Schnittstelle für die Schulverwaltungssoftware in NRW

The newest version!
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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy