| License |
License |
|---|---|
| GroupId | GroupIdorg.pbit |
| ArtifactId | ArtifactIdjen_fsm |
| Last Version | Last Version0.3.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjen_fsm
A tiny Finite State Machine for Java, partially inspired by Erlang/OTP's gen_fsm.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jen_fsm-0.3.1.pom | |
| jen_fsm-0.3.1.jar | 12 KB |
| jen_fsm-0.3.1-sources.jar | 6 KB |
| jen_fsm-0.3.1-javadoc.jar | 88 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.pbit/jen_fsm/ -->
<dependency>
<groupId>org.pbit</groupId>
<artifactId>jen_fsm</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.pbit/jen_fsm/
implementation 'org.pbit:jen_fsm:0.3.1'
// https://jarcasting.com/artifacts/org.pbit/jen_fsm/
implementation ("org.pbit:jen_fsm:0.3.1")
'org.pbit:jen_fsm:jar:0.3.1'
<dependency org="org.pbit" name="jen_fsm" rev="0.3.1">
<artifact name="jen_fsm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pbit', module='jen_fsm', version='0.3.1')
)
libraryDependencies += "org.pbit" % "jen_fsm" % "0.3.1"
[org.pbit/jen_fsm "0.3.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |