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

manqed.jsm.1.1.0.source-code.module-info Maven / Gradle / Ivy

Go to download

A lightweight library that allows you to create fast finite state machine according to a given scheme.

The newest version!
open module com.github.romanqed.jsm {
    // Imports
    requires org.objectweb.asm;
    requires com.github.romanqed.jfunc;
    requires com.github.romanqed.jeflect.loader;
    // Exports
    exports com.github.romanqed.jsm;
    exports com.github.romanqed.jsm.model;
    exports com.github.romanqed.jsm.bytecode;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy