is not current version
Last Version 2.4.0

nz.co.senanque:simple-workflow 2.3.0

Example of a simple workflow in a bundle. This workflow doesn't actually do anything.

GroupId

GroupId

nz.co.senanque
ArtifactId

ArtifactId

simple-workflow
Version

Version

2.3.0
Type

Type

jar

Download simple-workflow 2.3.0


<!-- https://jarcasting.com/artifacts/nz.co.senanque/simple-workflow/ -->
<dependency>
    <groupId>nz.co.senanque</groupId>
    <artifactId>simple-workflow</artifactId>
    <version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/nz.co.senanque/simple-workflow/
implementation 'nz.co.senanque:simple-workflow:2.3.0'
// https://jarcasting.com/artifacts/nz.co.senanque/simple-workflow/
implementation ("nz.co.senanque:simple-workflow:2.3.0")
'nz.co.senanque:simple-workflow:jar:2.3.0'
<dependency org="nz.co.senanque" name="simple-workflow" rev="2.3.0">
  <artifact name="simple-workflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.co.senanque', module='simple-workflow', version='2.3.0')
)
libraryDependencies += "nz.co.senanque" % "simple-workflow" % "2.3.0"
[nz.co.senanque/simple-workflow "2.3.0"]