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