jambi-purchasing.5.15.16.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-purchasing Show documentation
Show all versions of qtjambi-purchasing Show documentation
Enables in-app purchase of products in Qt applications.
/**
* Enables in-app purchase of products in Qt applications.
*/
module qtjambi.purchasing {
requires java.base;
requires transitive qtjambi;
exports io.qt.purchasing;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy