is not current version
Last Version 1.1

SWState 1.0

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.0
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.0


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

Dependencies

compile (1)

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

test (6)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.6.2
org.apache.commons : commons-lang3 jar 3.11
org.apache.logging.log4j : log4j-api jar 2.14.1
org.apache.logging.log4j : log4j-core jar 2.14.1
org.apache.logging.log4j : log4j-slf4j-impl jar 2.14.1
com.h2database : h2 jar 1.4.200

Project Modules

There are no modules declared in this project.