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