GroupId | GroupIdcom.github.kabal163 |
---|---|
ArtifactId | ArtifactIdstate-machine |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
state-machine-0.4.0.pom | |
state-machine-0.4.0.jar | 23 KB |
state-machine-0.4.0-sources.jar | 18 KB |
state-machine-0.4.0-javadoc.jar | 520 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kabal163/state-machine/ -->
<dependency>
<groupId>com.github.kabal163</groupId>
<artifactId>state-machine</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kabal163/state-machine/
implementation 'com.github.kabal163:state-machine:0.4.0'
// https://jarcasting.com/artifacts/com.github.kabal163/state-machine/
implementation ("com.github.kabal163:state-machine:0.4.0")
'com.github.kabal163:state-machine:jar:0.4.0'
<dependency org="com.github.kabal163" name="state-machine" rev="0.4.0">
<artifact name="state-machine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kabal163', module='state-machine', version='0.4.0')
)
libraryDependencies += "com.github.kabal163" % "state-machine" % "0.4.0"
[com.github.kabal163/state-machine "0.4.0"]