is not current version
Last Version 2.0.0

org.jeasy:easy-states 1.0.1

An Event-Driven Deterministic Finite Automaton implementation in Java

GroupId

GroupId

org.jeasy
ArtifactId

ArtifactId

easy-states
Version

Version

1.0.1
Type

Type

jar

Download easy-states 1.0.1


<!-- https://jarcasting.com/artifacts/org.jeasy/easy-states/ -->
<dependency>
    <groupId>org.jeasy</groupId>
    <artifactId>easy-states</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jeasy/easy-states/
implementation 'org.jeasy:easy-states:1.0.1'
// https://jarcasting.com/artifacts/org.jeasy/easy-states/
implementation ("org.jeasy:easy-states:1.0.1")
'org.jeasy:easy-states:jar:1.0.1'
<dependency org="org.jeasy" name="easy-states" rev="1.0.1">
  <artifact name="easy-states" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jeasy', module='easy-states', version='1.0.1')
)
libraryDependencies += "org.jeasy" % "easy-states" % "1.0.1"
[org.jeasy/easy-states "1.0.1"]