| GroupId | GroupIdcom.googlecode.jinahya | 
|---|---|
| ArtifactId | ArtifactIdfinite-state-machine | 
| Version | Version1.0-alpha-5 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.googlecode.jinahya/finite-state-machine/ -->
<dependency>
    <groupId>com.googlecode.jinahya</groupId>
    <artifactId>finite-state-machine</artifactId>
    <version>1.0-alpha-5</version>
</dependency>// https://jarcasting.com/artifacts/com.googlecode.jinahya/finite-state-machine/
implementation 'com.googlecode.jinahya:finite-state-machine:1.0-alpha-5'// https://jarcasting.com/artifacts/com.googlecode.jinahya/finite-state-machine/
implementation ("com.googlecode.jinahya:finite-state-machine:1.0-alpha-5")'com.googlecode.jinahya:finite-state-machine:jar:1.0-alpha-5'<dependency org="com.googlecode.jinahya" name="finite-state-machine" rev="1.0-alpha-5">
  <artifact name="finite-state-machine" type="jar" />
</dependency>@Grapes(
@Grab(group='com.googlecode.jinahya', module='finite-state-machine', version='1.0-alpha-5')
)libraryDependencies += "com.googlecode.jinahya" % "finite-state-machine" % "1.0-alpha-5"[com.googlecode.jinahya/finite-state-machine "1.0-alpha-5"]