jambi-scxml.6.8.1.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-scxml Show documentation
Show all versions of qtjambi-scxml Show documentation
Provides classes and tools for creating state machines from SCXML files and embedding them in applications.
The newest version!
/**
* Provides classes and tools for creating state machines from SCXML files and embedding them in applications.
*/
module qtjambi.scxml {
requires java.base;
requires transitive qtjambi;
exports io.qt.scxml;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy