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

jambi-scxml.6.8.1.source-code.module-info Maven / Gradle / Ivy

Go to download

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