is not current version
Last Version 2.1.1

org.webpieces:core-statemachine 2.0.154

an api to run DDL commands from java

GroupId

GroupId

org.webpieces
ArtifactId

ArtifactId

core-statemachine
Version

Version

2.0.154
Type

Type

jar

Download core-statemachine 2.0.154


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