License |
License |
---|---|
Categories |
CategoriesAkka Container Microservices Reactive libraries |
GroupId | GroupIdio.github.romeh |
ArtifactId | ArtifactIdspringboot-akka-event-sourcing-starter |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspringboot-akka-event-sourcing-starter
spring boot akka persistence event sourcing starter
|
<!-- https://jarcasting.com/artifacts/io.github.romeh/springboot-akka-event-sourcing-starter/ -->
<dependency>
<groupId>io.github.romeh</groupId>
<artifactId>springboot-akka-event-sourcing-starter</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.romeh/springboot-akka-event-sourcing-starter/
implementation 'io.github.romeh:springboot-akka-event-sourcing-starter:1.0.2'
// https://jarcasting.com/artifacts/io.github.romeh/springboot-akka-event-sourcing-starter/
implementation ("io.github.romeh:springboot-akka-event-sourcing-starter:1.0.2")
'io.github.romeh:springboot-akka-event-sourcing-starter:jar:1.0.2'
<dependency org="io.github.romeh" name="springboot-akka-event-sourcing-starter" rev="1.0.2">
<artifact name="springboot-akka-event-sourcing-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.romeh', module='springboot-akka-event-sourcing-starter', version='1.0.2')
)
libraryDependencies += "io.github.romeh" % "springboot-akka-event-sourcing-starter" % "1.0.2"
[io.github.romeh/springboot-akka-event-sourcing-starter "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
org.springframework.boot : spring-boot-autoconfigure | jar | |
redis.clients : jedis | jar | |
org.slf4j : slf4j-api | jar | |
com.typesafe.akka : akka-actor_2.12 | jar | |
com.typesafe.akka : akka-persistence_2.12 | jar | |
com.typesafe.akka : akka-cluster-sharding_2.12 | jar | |
com.typesafe.akka : akka-slf4j_2.12 | jar | |
com.typesafe.akka : akka-testkit_2.12 | jar | |
io.vavr : vavr | jar | |
org.projectlombok : lombok | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
junit : junit | jar | |
org.mockito : mockito-all | jar | |
com.github.dnvriend : akka-persistence-inmemory_2.12 | jar | 2.4.20.0 |