Skip to content

incubator-version

Pre-release
Pre-release
Compare
Choose a tag to compare
@Scrappers-glitch Scrappers-glitch released this 21 Jul 13:05

Warning: This is an incubator version of the framework, not intended for general use.

Features:

  • Basic Finite-State-Automaton framework.
  • Supports State Transitions, Transitional Manager, and AutoStates.

In order to utilize in your project, add the API to your dependencies and make sure mavenCentral() is defined:

repositories {
    mavenCentral()
}
dependencies {
    implementation "io.github.software-hardware-codesign:automata4j:incubator"
}