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