is not current version
Last Version 3.1.0

fmodel-application-arrow 2.3.0

Fmodel provides just enough tactical Domain-Driven Design patterns, optimised for Event Sourcing and CQRS. The application library orchestrates the execution of the logic by loading state, executing domain components and storing new state. It is an Arrow (FP library for Kotlin) flavored implementation.

License

License

GroupId

GroupId

com.fraktalio.fmodel
ArtifactId

ArtifactId

application-arrow
Version

Version

2.3.0
Type

Type

jar
Description

Description

fmodel-application-arrow
Fmodel provides just enough tactical Domain-Driven Design patterns, optimised for Event Sourcing and CQRS. The application library orchestrates the execution of the logic by loading state, executing domain components and storing new state. It is an Arrow (FP library for Kotlin) flavored implementation.

Download application-arrow 2.3.0


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

Dependencies

compile (4)

Group / Artifact Type Version
com.fraktalio.fmodel : application jar 2.3.0
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.0
org.jetbrains.kotlinx : kotlinx-coroutines-core jar 1.5.2
io.arrow-kt : arrow-core jar 1.0.0

test (5)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test jar 1.6.0
org.spekframework.spek2 : spek-dsl-jvm jar 2.0.17
org.spekframework.spek2 : spek-runner-junit5 jar 2.0.17
org.jetbrains.kotlin : kotlin-reflect jar 1.6.0
org.jetbrains.kotlinx : kotlinx-coroutines-test jar 1.5.2

Project Modules

There are no modules declared in this project.