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