fun-cqrs / fun-cqrs   1.0.3

GitHub

Fun.CQRS is a Scala CQRS/ES framework. It provides the basic blocks to build event driven aggregates with Event Sourcing.

Scala versions: 2.13 2.12 2.11

fun-cqrs-core 1.0.0


Group ID:
io.strongtyped
Artifact ID:
fun-cqrs-core_2.12
Version:
1.0.0
Release Date:
Sept 12, 2017
Licenses:
Files:

libraryDependencies += "io.strongtyped" %% "fun-cqrs-core" % "1.0.0"

Mill build tool

ivy"io.strongtyped::fun-cqrs-core:1.0.0"

Scala CLI

//> using dep "io.strongtyped::fun-cqrs-core:1.0.0"

Ammonite REPL

import $ivy.`io.strongtyped::fun-cqrs-core:1.0.0`

<dependency>
  <groupId>io.strongtyped</groupId>
  <artifactId>fun-cqrs-core_2.12</artifactId>
  <version>1.0.0</version>
</dependency>

compile group: 'io.strongtyped', name: 'fun-cqrs-core_2.12', version: '1.0.0'