| License |
License |
|---|---|
| GroupId | GroupIdcom.dev-smart |
| ArtifactId | ArtifactIdstatemachine |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionstatemachine
Simple Finite State Machine implementation
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| statemachine-1.0.pom | |
| statemachine-1.0.jar | 5 KB |
| statemachine-1.0-sources.jar | 1 KB |
| statemachine-1.0-javadoc.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.dev-smart/statemachine/ -->
<dependency>
<groupId>com.dev-smart</groupId>
<artifactId>statemachine</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.dev-smart/statemachine/
implementation 'com.dev-smart:statemachine:1.0'
// https://jarcasting.com/artifacts/com.dev-smart/statemachine/
implementation ("com.dev-smart:statemachine:1.0")
'com.dev-smart:statemachine:jar:1.0'
<dependency org="com.dev-smart" name="statemachine" rev="1.0">
<artifact name="statemachine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dev-smart', module='statemachine', version='1.0')
)
libraryDependencies += "com.dev-smart" % "statemachine" % "1.0"
[com.dev-smart/statemachine "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.26.0 |