manqed.jsm.1.1.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 jsm Show documentation
Show all versions of jsm Show documentation
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