Last Version

state-machine-parent 0.2.19

Parent pom to ease deployment to Maven Central

License

License

GroupId

GroupId

com.github.davidmoten
ArtifactId

ArtifactId

state-machine-parent
Version

Version

0.2.19
Type

Type

pom
Description

Description

state-machine-parent
Parent pom to ease deployment to Maven Central
Project URL

Project URL

http://github.com/davidmoten/state-machine

Download state-machine-parent 0.2.19


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • state-machine-runtime
  • state-machine-generator
  • state-machine-maven-plugin
  • state-machine-test-definition
  • state-machine-test
  • state-machine-persistence
  • state-machine-example-shopping-definition
  • state-machine-example-shopping
  • state-machine-annotations