fmodel-application-vanilla

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 a vanilla, native Kotlin implementation.

License

License

GroupId

GroupId

com.fraktalio.fmodel
ArtifactId

ArtifactId

application-vanilla
Last Version

Last Version

3.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

fmodel-application-vanilla
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 a vanilla, native Kotlin implementation.
Project URL

Project URL

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

Source Code Management

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

Download application-vanilla

How to add to project

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

Dependencies

runtime (2)

Group / Artifact Type Version
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