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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy