License |
License |
---|---|
GroupId | GroupIdcom.fraktalio.fmodel |
ArtifactId | ArtifactIdapplication |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionfmodel-application
Fmodel provides just enough tactical Domain-Driven Design patterns, optimised for Event Sourcing and CQRS.
The application library orchestrates the execution of the logic by loading state,
executing domain components and storing new state.
|
Filename | Size |
---|---|
application-1.0.0.pom | |
application-1.0.0.jar | 154 KB |
application-1.0.0-sources.jar | 17 KB |
application-1.0.0-javadoc.jar | 350 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fraktalio.fmodel/application/ -->
<dependency>
<groupId>com.fraktalio.fmodel</groupId>
<artifactId>application</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fraktalio.fmodel/application/
implementation 'com.fraktalio.fmodel:application:1.0.0'
// https://jarcasting.com/artifacts/com.fraktalio.fmodel/application/
implementation ("com.fraktalio.fmodel:application:1.0.0")
'com.fraktalio.fmodel:application:jar:1.0.0'
<dependency org="com.fraktalio.fmodel" name="application" rev="1.0.0">
<artifact name="application" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fraktalio.fmodel', module='application', version='1.0.0')
)
libraryDependencies += "com.fraktalio.fmodel" % "application" % "1.0.0"
[com.fraktalio.fmodel/application "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fraktalio.fmodel : domain | jar | 1.0.0 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.10 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.5.0 |
io.arrow-kt : arrow-core | jar | 0.13.2 |
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 |
org.jetbrains.kotlinx : kotlinx-coroutines-test | jar | 1.5.0 |