is not current version
Last Version 2.0.0

org.jeasy:easy-states 1.0.0

An Event-Driven Deterministic Finite Automaton implementation in Java

GroupId

GroupId

org.jeasy
ArtifactId

ArtifactId

easy-states
Version

Version

1.0.0
Type

Type

pom

Download easy-states 1.0.0

Filename Size
easy-states-1.0.0.pom 6 KB
Browse

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