is not current version
Last Version 3.0

org.statefulj:statefulj 1.0.10

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

1.0.10
Type

Type

pom

Download statefulj 1.0.10

Filename Size
statefulj-1.0.10.pom 4 KB
Browse

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