GroupId | GroupIdcom.github.kabal163 |
---|---|
ArtifactId | ArtifactIdstate-machine |
Version | Version0.4.1 |
Type | Typejar |
Filename | Size |
---|---|
state-machine-0.4.1.pom | |
state-machine-0.4.1.jar | 24 KB |
state-machine-0.4.1-sources.jar | 19 KB |
state-machine-0.4.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kabal163/state-machine/
implementation 'com.github.kabal163:state-machine:0.4.1'
// https://jarcasting.com/artifacts/com.github.kabal163/state-machine/
implementation ("com.github.kabal163:state-machine:0.4.1")
'com.github.kabal163:state-machine:jar:0.4.1'
<dependency org="com.github.kabal163" name="state-machine" rev="0.4.1">
<artifact name="state-machine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kabal163', module='state-machine', version='0.4.1')
)
libraryDependencies += "com.github.kabal163" % "state-machine" % "0.4.1"
[com.github.kabal163/state-machine "0.4.1"]