s

state-machine

Demonstration of state machine useage
Files download
File Operation
state-machine-1.4.0-RC5.jar download
state-machine-1.4.0-RC5.pom download
state-machine-1.4.0-RC5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.fixprotocol.orchestra</groupId>
  <artifactId>state-machine</artifactId>
  <version>1.4.0-RC5</version>
</dependency>
Gradle Groovy
implementation 'io.fixprotocol.orchestra:state-machine:1.4.0-RC5'
Gradle Kotlin
implementation("io.fixprotocol.orchestra:state-machine:1.4.0-RC5")
Scala SBT
libraryDependencies += "io.fixprotocol.orchestra" % "state-machine" % "1.4.0-RC5"
Groovy Grape
@Grapes(
  @Grab(group='io.fixprotocol.orchestra', module='state-machine', version='1.4.0-RC5')
)
Apache Ivy
<dependency org="io.fixprotocol.orchestra" name="state-machine" rev="1.4.0-RC5" />
Leiningen
[io.fixprotocol.orchestra/state-machine "1.4.0-RC5"]
Apache Buildr
'io.fixprotocol.orchestra:state-machine:jar:1.4.0-RC5'