MVN

com.github.dnvriend : akka-persistence-jdbc_2.12

Maven & Gradle

Feb 12, 2020
5 usages
18 stars

akka-persistence-jdbc · A plugin for storing events in an event journal akka-persistence-jdbc

<dependency>
    <groupId>com.github.dnvriend</groupId>
    <artifactId>akka-persistence-jdbc_2.12</artifactId>
    <version>3.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.dnvriend : akka-persistence-jdbc_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.3

All Versions

Choose a version of com.github.dnvriend : akka-persistence-jdbc_2.12 to add to Maven or Gradle - All Versions:

  • Version Updated
  • akka-persistence-jdbc_2.12-3.5.3

    Feb 12, 2020
  • akka-persistence-jdbc_2.12-3.5.2

    Jun 17, 2019
  • akka-persistence-jdbc_2.12-3.5.1

    Jun 03, 2019
  • akka-persistence-jdbc_2.12-3.5.0

    Feb 01, 2019
  • akka-persistence-jdbc_2.12-3.4.0

    May 29, 2018
  • akka-persistence-jdbc_2.12-3.3.0

    Mar 27, 2018
  • akka-persistence-jdbc_2.12-3.2.0

    Jan 24, 2018
  • akka-persistence-jdbc_2.12-3.1.0

    Dec 19, 2017
  • akka-persistence-jdbc_2.12-3.0.1

    Oct 29, 2017
  • akka-persistence-jdbc_2.12-2.8.0

    Oct 29, 2017
  • akka-persistence-jdbc_2.12-3.0.0

    Aug 29, 2017
  • akka-persistence-jdbc_2.12-2.7.0

    Aug 29, 2017
  • akka-persistence-jdbc_2.12-2.4.18.2

    Jun 09, 2017
  • akka-persistence-jdbc_2.12-2.5.2.0

    Jun 09, 2017
  • akka-persistence-jdbc_2.12-2.4.18.1

    Jun 04, 2017
  • akka-persistence-jdbc_2.12-2.4.18.0

    May 03, 2017
  • akka-persistence-jdbc_2.12-2.5.1.0

    May 03, 2017
  • akka-persistence-jdbc_2.12-2.5.0.0

    Apr 13, 2017
  • akka-persistence-jdbc_2.12-2.4.17.1

    Feb 24, 2017

How to add a dependency to Maven

Add the following com.github.dnvriend : akka-persistence-jdbc_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.dnvriend</groupId>
    <artifactId>akka-persistence-jdbc_2.12</artifactId>
    <version>3.5.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.dnvriend : akka-persistence-jdbc_2.12 gradle dependency to your build.gradle file:

implementation 'com.github.dnvriend:akka-persistence-jdbc_2.12:3.5.3'

Gradle Kotlin DSL: Add the following com.github.dnvriend : akka-persistence-jdbc_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.dnvriend:akka-persistence-jdbc_2.12:3.5.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.dnvriend : akka-persistence-jdbc_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.dnvriend" % "akka-persistence-jdbc_2.12" % "3.5.3"