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