This repository has been archived by the owner on Nov 18, 2020. It is now read-only.
Releases: j-easy/easy-states
Releases · j-easy/easy-states
v2.0.0
v1.0.1
This is the same release as v1.0.0
except the artifactId
has changed from easy-states-core
to easy-states
. The groupId
is always the same: org.jeasy
. The maven dependency to import is the following:
<dependency>
<groupId>org.jeasy</groupId>
<artifactId>easy-states</artifactId>
<version>1.0.1</version>
</dependency>
This change makes the artifactId
consistent with other jeasy projects.
v1.0.0
This is the first release of Easy States. It provides the core API and implementation of an event driven finite state machine.