is not current version
Last Version 10.3.0

io.github.theangrydev:business-flows 8.0.0

A combination of the Try monad and the Either monad, to help tame complex business flows.

GroupId

GroupId

io.github.theangrydev
ArtifactId

ArtifactId

business-flows
Version

Version

8.0.0
Type

Type

jar

Download business-flows 8.0.0


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