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

jambi-serialport.6.5.8.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 6.8.0
Show newest version
/**
 * Provides access to hardware and virtual serial ports.
 */
module qtjambi.serialport {
    requires java.base;
    requires transitive qtjambi;
    exports io.qt.serialport;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy