| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.stateforge |
| Идентификатор | Идентификаторstatemachine |
| Последняя версия | Последняя версия3.6 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеState machine library
Sate machine code generator for java
|
| Имя Файла | Размер |
|---|---|
| statemachine-3.6.pom | |
| statemachine-3.6.jar | 17 KB |
| statemachine-3.6-sources.jar | 12 KB |
| statemachine-3.6-javadoc.jar | 132 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.stateforge/statemachine/ -->
<dependency>
<groupId>com.stateforge</groupId>
<artifactId>statemachine</artifactId>
<version>3.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.stateforge/statemachine/
implementation 'com.stateforge:statemachine:3.6'
// https://jarcasting.com/artifacts/com.stateforge/statemachine/
implementation ("com.stateforge:statemachine:3.6")
'com.stateforge:statemachine:jar:3.6'
<dependency org="com.stateforge" name="statemachine" rev="3.6">
<artifact name="statemachine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stateforge', module='statemachine', version='3.6')
)
libraryDependencies += "com.stateforge" % "statemachine" % "3.6"
[com.stateforge/statemachine "3.6"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.2 |
| commons-io : commons-io | jar | 1.1 |