License |
License |
---|---|
GroupId | GroupIdcom.fraktalio.fmodel |
ArtifactId | ArtifactIdfmodel |
Version | Version1.0.0 |
Type | Typepom |
Description |
Descriptionfmodel
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 |
Source Code Management |
Source Code Management |
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"]