fmodel-application

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.

License

License

GroupId

GroupId

com.fraktalio.fmodel
ArtifactId

ArtifactId

application
Last Version

Last Version

3.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

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

Source Code Management

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

Download application

How to add to project

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

Dependencies

runtime (2)

Group / Artifact Type Version
com.fraktalio.fmodel : domain 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
2.2.0
2.1.1
2.1.0
2.0.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.0