License |
License |
---|---|
Categories |
CategoriesDoma Data ORM |
GroupId | GroupIdcom.fraktalio.fmodel |
ArtifactId | ArtifactIddomain |
Version | Version2.3.1 |
Type | Typejar |
Description |
Descriptionfmodel-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.
|
Filename | Size |
---|---|
domain-2.3.1.pom | |
domain-2.3.1.jar | 113 KB |
domain-2.3.1-sources.jar | 9 KB |
domain-2.3.1-javadoc.jar | 296 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fraktalio.fmodel/domain/ -->
<dependency>
<groupId>com.fraktalio.fmodel</groupId>
<artifactId>domain</artifactId>
<version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.fraktalio.fmodel/domain/
implementation 'com.fraktalio.fmodel:domain:2.3.1'
// https://jarcasting.com/artifacts/com.fraktalio.fmodel/domain/
implementation ("com.fraktalio.fmodel:domain:2.3.1")
'com.fraktalio.fmodel:domain:jar:2.3.1'
<dependency org="com.fraktalio.fmodel" name="domain" rev="2.3.1">
<artifact name="domain" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fraktalio.fmodel', module='domain', version='2.3.1')
)
libraryDependencies += "com.fraktalio.fmodel" % "domain" % "2.3.1"
[com.fraktalio.fmodel/domain "2.3.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.6.0-RC2 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test | jar | 1.6.10 |
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.10 |