is not current version
Last Version 2.3.1

fmodel 1.0.0

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
Version

Version

1.0.0
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 1.0.0

Filename Size
fmodel-1.0.0.pom 10 KB
Browse

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

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