is not current version
Last Version 1.0.1

com.loyayz:simple-statemachine 1.0.0

simple state machine

GroupId

GroupId

com.loyayz
ArtifactId

ArtifactId

simple-statemachine
Version

Version

1.0.0
Type

Type

jar

Download simple-statemachine 1.0.0


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