Last Version

SWState 1.1

A really simple but useful state machine implementation based on Java 8 with zero dependencies.

License

License

GroupId

GroupId

com.github.swiftech
ArtifactId

ArtifactId

swstate
Version

Version

1.1
Type

Type

jar
Description

Description

SWState
A really simple but useful state machine implementation based on Java 8 with zero dependencies.
Project URL

Project URL

https://github.com/swiftech/SWState

Download swstate 1.1


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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.36

test (6)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.8.2
org.apache.commons : commons-lang3 jar 3.12.0
org.apache.logging.log4j : log4j-api jar 2.17.2
org.apache.logging.log4j : log4j-core jar 2.17.2
org.apache.logging.log4j : log4j-slf4j-impl jar 2.17.2
com.h2database : h2 jar 2.1.212

Project Modules

There are no modules declared in this project.