jambi-webenginecore.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-webenginecore Show documentation
Show all versions of qtjambi-webenginecore Show documentation
Provides public API shared by both modules {@code qtjambi.webenginequick} and {@code qtjambi.webenginewidgets}.
/**
* 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;
}