Skip to content

1.0.0-alpha-version

Pre-release
Pre-release
Compare
Choose a tag to compare
@pavly-gerges pavly-gerges released this 15 Aug 10:04
· 10 commits to master since this release

What's Changed

  • archives: added architecture class-diagram by @Scrappers-glitch in #6
  • Code enhances by @Scrappers-glitch in #7
  • TransitionalManager#transit(long, TransitionPath, TransitionalListener): code fix by @Scrappers-glitch in #8

Full Changelog: 1.0.0-pre-alpha...1.0.0-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-alpha"
}

Notes: