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

jambi-bluetooth.5.15.20.source-code.module-info Maven / Gradle / Ivy

/**
 * Provides access to Bluetooth hardware.
 */
module qtjambi.bluetooth {
    requires java.base;
    requires transitive qtjambi;
    exports io.qt.bluetooth;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy