jambi-positioning.6.7.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-positioning Show documentation
Show all versions of qtjambi-positioning Show documentation
Provides access to position, satellite and area monitoring classes.
/**
* Provides access to position, satellite and area monitoring classes.
*/
module qtjambi.positioning {
requires java.base;
requires transitive qtjambi;
exports io.qt.positioning;
}