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

iozero-remote-server.1.4.1.source-code.module-info.txt Maven / Gradle / Ivy

The newest version!
module com.diozero.mqtt_server {
	requires transitive com.diozero.core;
	requires tinylog;
	requires commons.math3;
	
	exports com.diozero.remote to com.diozero.provider.remote;
	exports com.diozero.remote.http to com.diozero.provider.remote;
	exports com.diozero.remote.message to com.diozero.provider.remote;
	exports com.diozero.remote.mqtt to com.diozero.provider.remote;
	exports com.diozero.remote.websocket to com.diozero.provider.remote;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy