simplestatemachine

A Simple State Machine Implementation

License

License

GroupId

GroupId

de.tschumacher
ArtifactId

ArtifactId

simplestatemachine
Last Version

Last Version

0.0.7
Release Date

Release Date

Type

Type

jar
Description

Description

simplestatemachine
A Simple State Machine Implementation
Project URL

Project URL

https://github.com/tobasschu/simplestatemachine
Source Code Management

Source Code Management

https://github.com/tobasschu/simplestatemachine.git

Download simplestatemachine

How to add to project

<!-- https://jarcasting.com/artifacts/de.tschumacher/simplestatemachine/ -->
<dependency>
    <groupId>de.tschumacher</groupId>
    <artifactId>simplestatemachine</artifactId>
    <version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/de.tschumacher/simplestatemachine/
implementation 'de.tschumacher:simplestatemachine:0.0.7'
// https://jarcasting.com/artifacts/de.tschumacher/simplestatemachine/
implementation ("de.tschumacher:simplestatemachine:0.0.7")
'de.tschumacher:simplestatemachine:jar:0.0.7'
<dependency org="de.tschumacher" name="simplestatemachine" rev="0.0.7">
  <artifact name="simplestatemachine" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.tschumacher', module='simplestatemachine', version='0.0.7')
)
libraryDependencies += "de.tschumacher" % "simplestatemachine" % "0.0.7"
[de.tschumacher/simplestatemachine "0.0.7"]

Dependencies

compile (1)

Group / Artifact Type Version
commons-net : commons-net jar 3.6

test (2)

Group / Artifact Type Version
org.mockito : mockito-core jar 1.10.19
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Simple State Machine


A Simple State Machine Implementation

Versions

Version
0.0.7
0.0.6
0.0.5