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

jambi-webenginecore.6.8.0.source-code.module-info Maven / Gradle / Ivy

Go to download

Provides public API shared by both modules {@code qtjambi.webenginequick} and {@code qtjambi.webenginewidgets}.

There is a newer version: 6.7.2
Show newest version
/**
 * Provides public API shared by both modules {@code qtjambi.webenginequick} and {@code qtjambi.webenginewidgets}.
 */
module qtjambi.webenginecore {
    requires java.base;
    requires transitive qtjambi;
    requires qtjambi.network;
    requires qtjambi.qml;
    requires qtjambi.webchannel;
    exports io.qt.webengine.core;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy