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

iozero-provider-pi4j.0.11.source-code.module-info.txt Maven / Gradle / Ivy

There is a newer version: 0.14
Show newest version
module com.diozero.provider.pi4j {
	requires transitive com.diozero.core;
	requires tinylog;
	
	requires pi4j.core;
	
	provides com.diozero.internal.provider.NativeDeviceFactoryInterface
		with com.diozero.internal.provider.pi4j.Pi4jDeviceFactory;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy