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

jambi-scripttools.5.15.23.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 5.15.20
Show newest version
/**
 * 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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy