Skip to content

Release v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jul 18:21
· 0 commits to 839b979a53758880380c70cfb369383c8d2ca642 since this release
f3a62ae

Grab the new version from Maven central https://repo1.maven.org/maven2/ai/stapi/graph-system/0.3.0/ by using it in your deps:

<dependencies>
    <dependency>
        <groupId>ai.stapi</groupId>
        <artifactId>graph-system</artifactId>
        <version>0.3.0</version>
    </dependency>
</dependencies>

Things that changed in this release

  • 839b979 - Move Form API module from Core into Axon driver (#95)