Skip to content

1.0.0-beta-version

Pre-release
Pre-release
Compare
Choose a tag to compare
@pavly-gerges pavly-gerges released this 26 Aug 09:45
· 1 commit to master since this release
61e921c

What's Changed

  • Reorganize examples by @Scrappers-glitch in #9
  • archives/architecture: updated architecture documents by @Scrappers-glitch in #10
  • Cascading transition paths by @Scrappers-glitch in #12

Full Changelog: 1.0.0-alpha...1.0.0-beta

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-beta"
}

Notes: