License |
License |
---|---|
GroupId | GroupIdcom.digitalpetri.fsm |
ArtifactId | ArtifactIdstrict-machine |
Last Version | Last Version0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStrict Machine
A declarative DSL for building asynchronously evaluated Finite State Machines on the JVM
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
strict-machine-0.6.pom | |
strict-machine-0.6.jar | 29 KB |
strict-machine-0.6-sources.jar | 18 KB |
strict-machine-0.6-javadoc.jar | 444 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.digitalpetri.fsm/strict-machine/ -->
<dependency>
<groupId>com.digitalpetri.fsm</groupId>
<artifactId>strict-machine</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.digitalpetri.fsm/strict-machine/
implementation 'com.digitalpetri.fsm:strict-machine:0.6'
// https://jarcasting.com/artifacts/com.digitalpetri.fsm/strict-machine/
implementation ("com.digitalpetri.fsm:strict-machine:0.6")
'com.digitalpetri.fsm:strict-machine:jar:0.6'
<dependency org="com.digitalpetri.fsm" name="strict-machine" rev="0.6">
<artifact name="strict-machine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.digitalpetri.fsm', module='strict-machine', version='0.6')
)
libraryDependencies += "com.digitalpetri.fsm" % "strict-machine" % "0.6"
[com.digitalpetri.fsm/strict-machine "0.6"]