is not current version
Last Version 3.0

org.statefulj:statefulj 0.9

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

0.9
Type

Type

pom

Download statefulj 0.9

Filename Size
statefulj-0.9.pom 4 KB
Browse

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