jambi-scripttools.5.15.23.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-scripttools Show documentation
Show all versions of qtjambi-scripttools Show documentation
Additional components for applications that use Qt Script.
/**
* Additional components for applications that use Qt Script.
*/
module qtjambi.scripttools {
requires java.base;
requires transitive qtjambi;
requires qtjambi.script;
exports io.qt.script.tools;
}