MVN

com.lightbend.akka : akka-persistence-r2dbc_3

Maven & Gradle

Jul 07, 2023
24 stars

akka-persistence-r2dbc · An Akka Persistence backed by SQL database with R2DBC

<dependency>
    <groupId>com.lightbend.akka</groupId>
    <artifactId>akka-persistence-r2dbc_3</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lightbend.akka : akka-persistence-r2dbc_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of com.lightbend.akka : akka-persistence-r2dbc_3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
akka-persistence-r2dbc_3-1.2.0-M3
akka-persistence-r2dbc_3-1.2.0-M2
akka-persistence-r2dbc_3-1.2.0-M1
1.1.x
akka-persistence-r2dbc_3-1.1.1
akka-persistence-r2dbc_3-1.1.0
akka-persistence-r2dbc_3-1.1.0-M8
akka-persistence-r2dbc_3-1.1.0-M7
akka-persistence-r2dbc_3-1.1.0-M6

How to add a dependency to Maven

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

<dependency>
    <groupId>com.lightbend.akka</groupId>
    <artifactId>akka-persistence-r2dbc_3</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lightbend.akka : akka-persistence-r2dbc_3 gradle dependency to your build.gradle file:

implementation 'com.lightbend.akka:akka-persistence-r2dbc_3:1.1.1'

Gradle Kotlin DSL: Add the following com.lightbend.akka : akka-persistence-r2dbc_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lightbend.akka:akka-persistence-r2dbc_3:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lightbend.akka : akka-persistence-r2dbc_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lightbend.akka" % "akka-persistence-r2dbc_3" % "1.1.1"