State machine library

Sate machine code generator for java

License

License

GroupId

GroupId

com.stateforge
ArtifactId

ArtifactId

statemachine
Last Version

Last Version

3.6
Release Date

Release Date

Type

Type

jar
Description

Description

State machine library
Sate machine code generator for java

Download statemachine

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
junit : junit jar 4.2
commons-io : commons-io jar 1.1

Project Modules

There are no modules declared in this project.

Versions

Version
3.6
3.5
3.3
3.2
3.1
3.0