is not current version
Last Version 3.1.0

fmodel-domain 2.3.0

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
Version

Version

2.3.0
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.

Download domain 2.3.0


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

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.0
org.jetbrains.kotlinx : kotlinx-coroutines-core jar 1.5.2

test (4)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test jar 1.6.0
org.spekframework.spek2 : spek-dsl-jvm jar 2.0.17
org.spekframework.spek2 : spek-runner-junit5 jar 2.0.17
org.jetbrains.kotlin : kotlin-reflect jar 1.6.0

Project Modules

There are no modules declared in this project.