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.

License

License

GroupId

GroupId

com.fraktalio.fmodel
ArtifactId

ArtifactId

application-arrow
Last Version

Last Version

3.1.0
Release Date

Release Date

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.
Project URL

Project URL

https://github.com/fraktalio/fmodel
Source Code Management

Source Code Management

https://github.com/fraktalio/fmodel.git

Download application-arrow

How to add to project

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

Dependencies

runtime (3)

Group / Artifact Type Version
io.arrow-kt : arrow-core jar 1.1.2
com.fraktalio.fmodel : application jar 3.1.0
org.jetbrains.kotlin : kotlin-stdlib-common jar 1.6.21

Project Modules

There are no modules declared in this project.

Versions

Version
3.1.0
3.0.0
2.3.1
2.3.0
1.3.1
1.3.0