License |
License |
---|---|
Categories |
CategoriesDoma Data ORM |
GroupId | GroupIdcom.fraktalio.fmodel |
ArtifactId | ArtifactIddomain |
Version | Version2.3.0 |
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.0.pom | |
domain-2.3.0.jar | 112 KB |
domain-2.3.0-sources.jar | 9 KB |
domain-2.3.0-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.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"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.0 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.5.2 |
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 |