Skip to content

1.0.0-pre-alpha-version

Pre-release
Pre-release
Compare
Choose a tag to compare
@pavly-gerges 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: