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

jambi-purchasing.5.15.16.source-code.module-info Maven / Gradle / Ivy

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