is not current version
Last Version 3.6

com.stateforge:statemachine 3.5


GroupId

GroupId

com.stateforge
ArtifactId

ArtifactId

statemachine
Version

Version

3.5
Type

Type

jar

Download statemachine 3.5


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