Finite State Machine using the AhoCorasick implementation ###### [![Dorkbox](https://badge.dorkbox.com/dorkbox.svg "Dorkbox")](https://git.dorkbox.com/dorkbox/FSM) [![Github](https://badge.dorkbox.com/github.svg "Github")](https://github.com/dorkbox/FSM) [![Gitlab](https://badge.dorkbox.com/gitlab.svg "Gitlab")](https://gitlab.com/dorkbox/FSM) * AhoCorasick finite state machine for Strings and ByteArrays Maven Info --------- ``` ... com.dorkbox FSM 1.0 ``` Gradle Info --------- ``` dependencies { ... implementation("com.dorkbox:FSM:1.0") } ``` License --------- This project is © 2023 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.