License |
License |
---|---|
GroupId | GroupIdch.bbv.fsm |
ArtifactId | ArtifactIdfsm |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionbbvfsm - Parent Project.
bbvfsm - Hierarchical State Machine. Parent Project.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
fsm-2.0.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.bbv.fsm/fsm/ -->
<dependency>
<groupId>ch.bbv.fsm</groupId>
<artifactId>fsm</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ch.bbv.fsm/fsm/
implementation 'ch.bbv.fsm:fsm:2.0.0'
// https://jarcasting.com/artifacts/ch.bbv.fsm/fsm/
implementation ("ch.bbv.fsm:fsm:2.0.0")
'ch.bbv.fsm:fsm:pom:2.0.0'
<dependency org="ch.bbv.fsm" name="fsm" rev="2.0.0">
<artifact name="fsm" type="pom" />
</dependency>
@Grapes(
@Grab(group='ch.bbv.fsm', module='fsm', version='2.0.0')
)
libraryDependencies += "ch.bbv.fsm" % "fsm" % "2.0.0"
[ch.bbv.fsm/fsm "2.0.0"]