is not current version
Last Version 3.1.0

fmodel-application 2.0.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.

License

License

GroupId

GroupId

com.fraktalio.fmodel
ArtifactId

ArtifactId

application
Version

Version

2.0.0
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.

Download application 2.0.0


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

Dependencies

compile (4)

Group / Artifact Type Version
com.fraktalio.fmodel : domain jar 2.0.0
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.5.21
org.jetbrains.kotlinx : kotlinx-coroutines-core jar 1.5.1
io.arrow-kt : arrow-core jar 0.13.2

test (5)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test jar 1.5.21
org.spekframework.spek2 : spek-dsl-jvm jar 2.0.16
org.spekframework.spek2 : spek-runner-junit5 jar 2.0.16
org.jetbrains.kotlin : kotlin-reflect jar 1.5.21
org.jetbrains.kotlinx : kotlinx-coroutines-test jar 1.5.1

Project Modules

There are no modules declared in this project.