fmodel-domain

Fmodel provides just enough tactical Domain-Driven Design patterns, optimised for Event Sourcing and CQRS. The domain model library is fully isolated from the application layer and API-related concerns. It represents a pure declaration of the program logic.

License

License

Categories

Categories

Doma Data ORM
GroupId

GroupId

com.fraktalio.fmodel
ArtifactId

ArtifactId

domain
Last Version

Last Version

3.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

fmodel-domain
Fmodel provides just enough tactical Domain-Driven Design patterns, optimised for Event Sourcing and CQRS. The domain model library is fully isolated from the application layer and API-related concerns. It represents a pure declaration of the program logic.
Project URL

Project URL

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

Source Code Management

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

Download domain

How to add to project

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

Dependencies

runtime (1)

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