is not current version
Last Version 10.3.0

io.github.theangrydev:business-flows 10.1.5

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

10.1.5
Type

Type

jar

Download business-flows 10.1.5


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