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