| License |
License |
|---|---|
| GroupId | GroupIdcom.stateforge |
| ArtifactId | ArtifactIdstatemachine |
| Last Version | Last Version3.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionState machine library
Sate machine code generator for java
|
| Filename | Size |
|---|---|
| statemachine-3.6.pom | |
| statemachine-3.6.jar | 17 KB |
| statemachine-3.6-sources.jar | 12 KB |
| statemachine-3.6-javadoc.jar | 132 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.stateforge/statemachine/ -->
<dependency>
<groupId>com.stateforge</groupId>
<artifactId>statemachine</artifactId>
<version>3.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.stateforge/statemachine/
implementation 'com.stateforge:statemachine:3.6'
// https://jarcasting.com/artifacts/com.stateforge/statemachine/
implementation ("com.stateforge:statemachine:3.6")
'com.stateforge:statemachine:jar:3.6'
<dependency org="com.stateforge" name="statemachine" rev="3.6">
<artifact name="statemachine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stateforge', module='statemachine', version='3.6')
)
libraryDependencies += "com.stateforge" % "statemachine" % "3.6"
[com.stateforge/statemachine "3.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.2 |
| commons-io : commons-io | jar | 1.1 |