Last Version

StatefulJ 3.0

An Open Source implementation of a Finite State Machine with support for non-determinstic transitions and state persistence

License

License

GroupId

GroupId

org.statefulj
ArtifactId

ArtifactId

statefulj
Version

Version

3.0
Type

Type

pom
Description

Description

StatefulJ
An Open Source implementation of a Finite State Machine with support for non-determinstic transitions and state persistence
Project URL

Project URL

http://www.statefulj.org

Download statefulj 3.0

Filename Size
statefulj-3.0.pom 4 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • statefulj-fsm
  • statefulj-common
  • statefulj-persistence
  • statefulj-framework