jambi-serialport.6.8.0.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.
The newest version!
/**
* Provides access to hardware and virtual serial ports.
*/
module qtjambi.serialport {
requires java.base;
requires transitive qtjambi;
exports io.qt.serialport;
}