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

org.webpieces:core-statemachine 2.0.2

an api to run DDL commands from java

Группа

Группа

org.webpieces
Идентификатор

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

core-statemachine
Версия

Версия

2.0.2
Тип

Тип

jar

Скачать core-statemachine 2.0.2


<!-- https://jarcasting.com/artifacts/org.webpieces/core-statemachine/ -->
<dependency>
    <groupId>org.webpieces</groupId>
    <artifactId>core-statemachine</artifactId>
    <version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/core-statemachine/
implementation 'org.webpieces:core-statemachine:2.0.2'
// https://jarcasting.com/artifacts/org.webpieces/core-statemachine/
implementation ("org.webpieces:core-statemachine:2.0.2")
'org.webpieces:core-statemachine:jar:2.0.2'
<dependency org="org.webpieces" name="core-statemachine" rev="2.0.2">
  <artifact name="core-statemachine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='core-statemachine', version='2.0.2')
)
libraryDependencies += "org.webpieces" % "core-statemachine" % "2.0.2"
[org.webpieces/core-statemachine "2.0.2"]