| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJSON Данные |
| Группа | Группаcom.github.aytchell |
| Идентификатор | Идентификаторjsonfsm |
| Последняя версия | Последняя версия2.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjson-fsm
This package can convert a json description of a state machine
to an executable instance. The state machine resembles quite
closely a UML "state chart diagram".
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jsonfsm-2.0.0.pom | |
| jsonfsm-2.0.0.jar | 30 KB |
| jsonfsm-2.0.0-sources.jar | 16 KB |
| jsonfsm-2.0.0-javadoc.jar | 460 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.aytchell/jsonfsm/ -->
<dependency>
<groupId>com.github.aytchell</groupId>
<artifactId>jsonfsm</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aytchell/jsonfsm/
implementation 'com.github.aytchell:jsonfsm:2.0.0'
// https://jarcasting.com/artifacts/com.github.aytchell/jsonfsm/
implementation ("com.github.aytchell:jsonfsm:2.0.0")
'com.github.aytchell:jsonfsm:jar:2.0.0'
<dependency org="com.github.aytchell" name="jsonfsm" rev="2.0.0">
<artifact name="jsonfsm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aytchell', module='jsonfsm', version='2.0.0')
)
libraryDependencies += "com.github.aytchell" % "jsonfsm" % "2.0.0"
[com.github.aytchell/jsonfsm "2.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.22 |
| com.github.stateless4j : stateless4j | jar | 2.6.0 |
| com.github.aytchell : validator | jar | 2.2.1 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.1 |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.32 |
| org.junit.jupiter : junit-jupiter | jar |