License |
License |
---|---|
Categories |
CategoriesDoma Data ORM |
GroupId | GroupIdcom.fraktalio.fmodel |
ArtifactId | ArtifactIddomain |
Version | Version1.0.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 (pure functions) of the program logic.
|
Filename | Size |
---|---|
domain-1.0.0.pom | |
domain-1.0.0.jar | 194 KB |
domain-1.0.0-sources.jar | 12 KB |
domain-1.0.0-javadoc.jar | 301 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fraktalio.fmodel/domain/ -->
<dependency>
<groupId>com.fraktalio.fmodel</groupId>
<artifactId>domain</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fraktalio.fmodel/domain/
implementation 'com.fraktalio.fmodel:domain:1.0.0'
// https://jarcasting.com/artifacts/com.fraktalio.fmodel/domain/
implementation ("com.fraktalio.fmodel:domain:1.0.0")
'com.fraktalio.fmodel:domain:jar:1.0.0'
<dependency org="com.fraktalio.fmodel" name="domain" rev="1.0.0">
<artifact name="domain" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fraktalio.fmodel', module='domain', version='1.0.0')
)
libraryDependencies += "com.fraktalio.fmodel" % "domain" % "1.0.0"
[com.fraktalio.fmodel/domain "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.10 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test | jar | 1.5.10 |
org.spekframework.spek2 : spek-dsl-jvm | jar | 2.0.16 |
org.spekframework.spek2 : spek-runner-junit5 | jar | 2.0.16 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.5.10 |