core


License

License

MIT
Categories

Categories

Akka Container Microservices Reactive libraries
GroupId

GroupId

io.pjan
ArtifactId

ArtifactId

akka-d3-core_2.12
Last Version

Last Version

0.6.0
Release Date

Release Date

Type

Type

jar
Description

Description

core
core
Project URL

Project URL

https://github.com/pjan/akka-d3
Project Organization

Project Organization

io.pjan
Source Code Management

Source Code Management

https://github.com/pjan/akka-d3

Download akka-d3-core_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/io.pjan/akka-d3-core_2.12/ -->
<dependency>
    <groupId>io.pjan</groupId>
    <artifactId>akka-d3-core_2.12</artifactId>
    <version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.pjan/akka-d3-core_2.12/
implementation 'io.pjan:akka-d3-core_2.12:0.6.0'
// https://jarcasting.com/artifacts/io.pjan/akka-d3-core_2.12/
implementation ("io.pjan:akka-d3-core_2.12:0.6.0")
'io.pjan:akka-d3-core_2.12:jar:0.6.0'
<dependency org="io.pjan" name="akka-d3-core_2.12" rev="0.6.0">
  <artifact name="akka-d3-core_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pjan', module='akka-d3-core_2.12', version='0.6.0')
)
libraryDependencies += "io.pjan" % "akka-d3-core_2.12" % "0.6.0"
[io.pjan/akka-d3-core_2.12 "0.6.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.7
com.typesafe.akka : akka-actor_2.12 jar 2.5.17
com.typesafe.akka : akka-persistence_2.12 jar 2.5.17
com.typesafe.akka : akka-persistence-query_2.12 jar 2.5.17

test (3)

Group / Artifact Type Version
com.typesafe.akka : akka-testkit_2.12 jar 2.5.17
org.scalatest : scalatest_2.12 jar 3.0.5
com.github.dnvriend : akka-persistence-inmemory_2.12 jar 2.5.1.1

Project Modules

There are no modules declared in this project.

akka-d3

Build Status Chat codecov

Overview

akka-d3 is a library to help you with Domain Driven Design, possibly in a distributed environment, on top of Akka. It does so by embracing event sourcing and CQRS. More info & documentation can be found here.

Dependencies

akka-d3 relies on the protobuf cli (version 2.5.0) being in the system path. To confirm if the correct version of protobuf is installed on your system, type: protoc --version. Once protobuf is available, start an sbt shell and run protobufGenerate (for more details, see https://github.com/sbt/sbt-protobuf#tasks). Now, the code should compile.

Copyright and License

All code is available to you under the MIT license, available at http://opensource.org/licenses/mit-license.php and also in the COPYING file. Concepts and design is informed by other projects.

Copyright the maintainers, 2016-2017.

Versions

Version
0.6.0
0.5.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.1