GroupId | GroupIdcom.digitalpetri.fsm |
---|---|
ArtifactId | ArtifactIdstrict-machine |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
strict-machine-0.3.pom | |
strict-machine-0.3.jar | 29 KB |
strict-machine-0.3-sources.jar | 18 KB |
strict-machine-0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.digitalpetri.fsm/strict-machine/
implementation 'com.digitalpetri.fsm:strict-machine:0.3'
// https://jarcasting.com/artifacts/com.digitalpetri.fsm/strict-machine/
implementation ("com.digitalpetri.fsm:strict-machine:0.3")
'com.digitalpetri.fsm:strict-machine:jar:0.3'
<dependency org="com.digitalpetri.fsm" name="strict-machine" rev="0.3">
<artifact name="strict-machine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.digitalpetri.fsm', module='strict-machine', version='0.3')
)
libraryDependencies += "com.digitalpetri.fsm" % "strict-machine" % "0.3"
[com.digitalpetri.fsm/strict-machine "0.3"]