jambi-serialport.6.5.8.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qtjambi-serialport Show documentation
Show all versions of qtjambi-serialport Show documentation
Provides access to hardware and virtual serial ports.
/**
* Provides access to hardware and virtual serial ports.
*/
module qtjambi.serialport {
requires java.base;
requires transitive qtjambi;
exports io.qt.serialport;
}