License |
License |
---|---|
GroupId | GroupIdorg.statefulj |
ArtifactId | ArtifactIdstatefulj |
Last Version | Last Version3.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionStatefulJ
An Open Source implementation of a Finite State Machine with support for non-determinstic transitions and state persistence
|
Project URL |
Project URL |
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"]