is not current version
Last Version 0.2.5

net.tangly:fsm 0.2.2

Hierarchical finite state machine library - FSM - using Java 11 or higher (tangly llc)

Categories

Categories

Net
GroupId

GroupId

net.tangly
ArtifactId

ArtifactId

fsm
Version

Version

0.2.2
Type

Type

jar

Download fsm 0.2.2


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