is not current version
Last Version 2.3.1

com.fraktalio.fmodel:fmodel 2.1.1

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.

GroupId

GroupId

com.fraktalio.fmodel
ArtifactId

ArtifactId

fmodel
Version

Version

2.1.1
Type

Type

pom

Download fmodel 2.1.1

Filename Size
fmodel-2.1.1.pom 10 KB
Browse

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