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

jambi-sensors.6.5.6.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 6.7.2
Show newest version
/**
 * Provides access to sensor hardware and motion gesture recognition.
 */
module qtjambi.sensors {
    requires java.base;
    requires transitive qtjambi;
    exports io.qt.sensors;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy