| License |
License |
|---|---|
| GroupId | GroupIdch.bbv.fsm |
| ArtifactId | ArtifactIdfsm-impl |
| Last Version | Last Version2.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionbbvfsm - Statemachine Implementation
Statemachine Implementation
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| fsm-impl-2.0.0.pom | |
| fsm-impl-2.0.0.jar | 66 KB |
| fsm-impl-2.0.0-sources.jar | 55 KB |
| fsm-impl-2.0.0-javadoc.jar | 307 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ch.bbv.fsm/fsm-impl/ -->
<dependency>
<groupId>ch.bbv.fsm</groupId>
<artifactId>fsm-impl</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.bbv.fsm/fsm-impl/
implementation 'ch.bbv.fsm:fsm-impl:2.0.0'
// https://jarcasting.com/artifacts/ch.bbv.fsm/fsm-impl/
implementation ("ch.bbv.fsm:fsm-impl:2.0.0")
'ch.bbv.fsm:fsm-impl:jar:2.0.0'
<dependency org="ch.bbv.fsm" name="fsm-impl" rev="2.0.0">
<artifact name="fsm-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.bbv.fsm', module='fsm-impl', version='2.0.0')
)
libraryDependencies += "ch.bbv.fsm" % "fsm-impl" % "2.0.0"
[ch.bbv.fsm/fsm-impl "2.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| ch.bbv.fsm : fsm-api | jar | 2.0.0 |
| com.google.guava : guava | jar | 10.0.1 |
| org.slf4j : slf4j-api | jar | 1.6.4 |
| cglib : cglib | jar | 2.2.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit-dep | jar | 4.8.2 |
| org.hamcrest : hamcrest-library | jar | 1.2.1 |
| org.hamcrest : hamcrest-core | jar | 1.2.1 |
| org.mockito : mockito-core | jar | 1.8.4 |
| ch.qos.logback : logback-classic | jar | 0.9.29 |