License |
License |
---|---|
GroupId | GroupIdcom.github.swiftech |
ArtifactId | ArtifactIdswstate |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSWState
A really simple but useful state machine implementation based on Java 8 with zero dependencies.
|
Project URL |
Project URL |
Filename | Size |
---|---|
swstate-1.1.pom | |
swstate-1.1.jar | 15 KB |
swstate-1.1-sources.jar | 9 KB |
swstate-1.1-javadoc.jar | 443 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.36 |
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 |