1.0.0-pre-alpha-version
Pre-release
Pre-release
pavly-gerges
released this
13 Aug 10:40
·
25 commits
to master
since this release
What's Changed
- Automata4j: added CI/CD and fix javadoc errors by @Scrappers-glitch in #1
- Dfsa implementation by @Scrappers-glitch in #2
- Automata4j-API: Fix javadoc and code enhancements by @Scrappers-glitch in #4
- variables.sh: updated maven-3 version by @Scrappers-glitch in #5
Full Changelog: https://github.com/Software-Hardware-Codesign/Automata4j/commits/1.0.0-pre-alpha
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:1.0.0-pre-alpha"
}
Notes:
- Use the examples provided by the API for best practices!
- At least, make sure to read and understand this manual file.
- For more about finite-states, use the Automata4j-wiki.