jambi-help.6.5.6.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-help Show documentation
Show all versions of qtjambi-help Show documentation
Classes for integrating documentation into applications, similar to Qt Assistant.
/**
* Classes for integrating documentation into applications, similar to Qt Assistant.
*/
module qtjambi.help {
requires java.base;
requires transitive qtjambi;
exports io.qt.help;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy