не последняя версия
Последняя версия 0.4.2

com.github.kabal163:state-machine-parent 0.4.0

Implementation of the "State Machine" pattern. It makes easy to develop services where entities have finite number of states and set of transition rules from one state to another.

Группа

Группа

com.github.kabal163
Идентификатор

Идентификатор

state-machine-parent
Версия

Версия

0.4.0
Тип

Тип

pom

Скачать state-machine-parent 0.4.0

Имя Файла Размер
state-machine-parent-0.4.0.pom 7 KB
Обзор

<!-- https://jarcasting.com/artifacts/com.github.kabal163/state-machine-parent/ -->
<dependency>
    <groupId>com.github.kabal163</groupId>
    <artifactId>state-machine-parent</artifactId>
    <version>0.4.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kabal163/state-machine-parent/
implementation 'com.github.kabal163:state-machine-parent:0.4.0'
// https://jarcasting.com/artifacts/com.github.kabal163/state-machine-parent/
implementation ("com.github.kabal163:state-machine-parent:0.4.0")
'com.github.kabal163:state-machine-parent:pom:0.4.0'
<dependency org="com.github.kabal163" name="state-machine-parent" rev="0.4.0">
  <artifact name="state-machine-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.kabal163', module='state-machine-parent', version='0.4.0')
)
libraryDependencies += "com.github.kabal163" % "state-machine-parent" % "0.4.0"
[com.github.kabal163/state-machine-parent "0.4.0"]