GroupId | GroupIdcom.digitalpetri.fsm |
---|---|
ArtifactId | ArtifactIdstrict-machine |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
strict-machine-0.1.pom | |
strict-machine-0.1.jar | 28 KB |
strict-machine-0.1-sources.jar | 17 KB |
strict-machine-0.1-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.digitalpetri.fsm/strict-machine/ -->
<dependency>
<groupId>com.digitalpetri.fsm</groupId>
<artifactId>strict-machine</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.digitalpetri.fsm/strict-machine/
implementation 'com.digitalpetri.fsm:strict-machine:0.1'
// https://jarcasting.com/artifacts/com.digitalpetri.fsm/strict-machine/
implementation ("com.digitalpetri.fsm:strict-machine:0.1")
'com.digitalpetri.fsm:strict-machine:jar:0.1'
<dependency org="com.digitalpetri.fsm" name="strict-machine" rev="0.1">
<artifact name="strict-machine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.digitalpetri.fsm', module='strict-machine', version='0.1')
)
libraryDependencies += "com.digitalpetri.fsm" % "strict-machine" % "0.1"
[com.digitalpetri.fsm/strict-machine "0.1"]