is not current version
Last Version 3.0

org.statefulj:statefulj 2.0

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

GroupId

GroupId

org.statefulj
ArtifactId

ArtifactId

statefulj
Version

Version

2.0
Type

Type

pom

Download statefulj 2.0

Filename Size
statefulj-2.0.pom 4 KB
Browse

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