MVN

pl.newicom.dddd : eventstore-akka-persistence_2.11

Maven & Gradle

Jul 02, 2017
4 usages
342 stars

eventstore-akka-persistence · eventstore-akka-persistence

<dependency>
    <groupId>pl.newicom.dddd</groupId>
    <artifactId>eventstore-akka-persistence_2.11</artifactId>
    <version>1.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.6.1

All Versions

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

  • Version Updated
  • eventstore-akka-persistence_2.11-1.6.1

    Jul 02, 2017
  • eventstore-akka-persistence_2.11-1.6.0

    May 28, 2017
  • eventstore-akka-persistence_2.11-1.5.1

    Mar 19, 2017
  • eventstore-akka-persistence_2.11-1.5.0

    Mar 06, 2017
  • eventstore-akka-persistence_2.11-1.4.1

    Feb 04, 2017
  • eventstore-akka-persistence_2.11-1.4.0

    Jan 20, 2017
  • eventstore-akka-persistence_2.11-1.3.3

    Jan 12, 2017
  • eventstore-akka-persistence_2.11-1.3.2

    Dec 06, 2016
  • eventstore-akka-persistence_2.11-1.3.1

    Nov 03, 2016
  • eventstore-akka-persistence_2.11-1.3.0

    Oct 08, 2016
  • eventstore-akka-persistence_2.11-1.2.2

    May 22, 2016
  • eventstore-akka-persistence_2.11-1.2.1

    Mar 18, 2016
  • eventstore-akka-persistence_2.11-1.2.0

    Feb 19, 2016
  • eventstore-akka-persistence_2.11-1.0.9

    Nov 10, 2015
  • eventstore-akka-persistence_2.11-1.0.7

    Oct 16, 2015
  • eventstore-akka-persistence_2.11-1.0.6

    Oct 16, 2015
  • eventstore-akka-persistence_2.11-1.0.5

    Oct 15, 2015
  • eventstore-akka-persistence_2.11-1.0.4

    Oct 05, 2015
  • eventstore-akka-persistence_2.11-1.0.4-M2

    Jul 15, 2015
  • eventstore-akka-persistence_2.11-1.0.4-M1

    Jun 14, 2015
  • eventstore-akka-persistence_2.11-1.0.3-M1

    May 31, 2015
  • eventstore-akka-persistence_2.11-1.0.2-M1

    May 26, 2015

How to add a dependency to Maven

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

<dependency>
    <groupId>pl.newicom.dddd</groupId>
    <artifactId>eventstore-akka-persistence_2.11</artifactId>
    <version>1.6.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'pl.newicom.dddd:eventstore-akka-persistence_2.11:1.6.1'

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

implementation("pl.newicom.dddd:eventstore-akka-persistence_2.11:1.6.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "pl.newicom.dddd" % "eventstore-akka-persistence_2.11" % "1.6.1"