MVN

pl.newicom.dddd : akka-persistence-eventstore_2.11

Maven & Gradle

Jul 11, 2017
1 usages
3 stars

akka-persistence-eventstore · Event Store Plugin for Akka Persistence

<dependency>
    <groupId>pl.newicom.dddd</groupId>
    <artifactId>akka-persistence-eventstore_2.11</artifactId>
    <version>4.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pl.newicom.dddd : akka-persistence-eventstore_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.1

All Versions

Choose a version of pl.newicom.dddd : akka-persistence-eventstore_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
akka-persistence-eventstore_2.11-4.1.1
2.0.x
akka-persistence-eventstore_2.11-2.0.3-M1
akka-persistence-eventstore_2.11-2.0.2-M1

How to add a dependency to Maven

Add the following pl.newicom.dddd : akka-persistence-eventstore_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pl.newicom.dddd</groupId>
    <artifactId>akka-persistence-eventstore_2.11</artifactId>
    <version>4.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pl.newicom.dddd : akka-persistence-eventstore_2.11 gradle dependency to your build.gradle file:

implementation 'pl.newicom.dddd:akka-persistence-eventstore_2.11:4.1.1'

Gradle Kotlin DSL: Add the following pl.newicom.dddd : akka-persistence-eventstore_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("pl.newicom.dddd:akka-persistence-eventstore_2.11:4.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following pl.newicom.dddd : akka-persistence-eventstore_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "pl.newicom.dddd" % "akka-persistence-eventstore_2.11" % "4.1.1"

Advertisement