f

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.
https://github.com/fraktalio/fmodel
Apache 2.0
Ivan Dugalic
Files download
File Operation
fmodel-2.3.1.pom download
Apache Maven
<dependency>
  <groupId>com.fraktalio.fmodel</groupId>
  <artifactId>fmodel</artifactId>
  <version>2.3.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.fraktalio.fmodel:fmodel:2.3.1'
Gradle Kotlin
implementation("com.fraktalio.fmodel:fmodel:2.3.1")
Scala SBT
libraryDependencies += "com.fraktalio.fmodel" % "fmodel" % "2.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.fraktalio.fmodel', module='fmodel', version='2.3.1')
)
Apache Ivy
<dependency org="com.fraktalio.fmodel" name="fmodel" rev="2.3.1" />
Leiningen
[com.fraktalio.fmodel/fmodel "2.3.1"]
Apache Buildr
'com.fraktalio.fmodel:fmodel:jar:2.3.1'
Dependencies
The project has no third-party dependencies