is not current version
Last Version 0.3

org.jeasy:easy-flows 0.2

The simple, stupid workflow engine for Java

GroupId

GroupId

org.jeasy
ArtifactId

ArtifactId

easy-flows
Version

Version

0.2
Type

Type

jar

Download easy-flows 0.2


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