fmodel

Fmodel provides just enough tactical Domain-Driven Design patterns, optimised for Event Sourcing and CQRS. It Isolates application layer and domain model from the API-related concerns. It promotes abstractions that are generalized through parameterization to provide greater utility.

License

License

GroupId

GroupId

com.fraktalio.fmodel
ArtifactId

ArtifactId

fmodel
Last Version

Last Version

2.3.1
Release Date

Release Date

Type

Type

pom
Description

Description

fmodel
Fmodel provides just enough tactical Domain-Driven Design patterns, optimised for Event Sourcing and CQRS. It Isolates application layer and domain model from the API-related concerns. It promotes abstractions that are generalized through parameterization to provide greater utility.
Project URL

Project URL

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

Source Code Management

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

Download fmodel

Filename Size
fmodel-2.3.1.pom 10 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • domain
  • application
  • application-vanilla
  • application-arrow

Versions

Version
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