a

akka-persistence-r2dbc-migration_2.12

An Akka Persistence backed by SQL database with R2DBC
https://doc.akka.io/docs/akka-persistence-r2dbc/current
BUSL-1.1
Lightbend Inc.
Contributors
Files download
File Operation
akka-persistence-r2dbc-migration_2.12-1.2.0-M3.jar download
akka-persistence-r2dbc-migration_2.12-1.2.0-M3.pom download
akka-persistence-r2dbc-migration_2.12-1.2.0-M3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.lightbend.akka</groupId>
  <artifactId>akka-persistence-r2dbc-migration_2.12</artifactId>
  <version>1.2.0-M3</version>
</dependency>
Gradle Groovy
implementation 'com.lightbend.akka:akka-persistence-r2dbc-migration_2.12:1.2.0-M3'
Gradle Kotlin
implementation("com.lightbend.akka:akka-persistence-r2dbc-migration_2.12:1.2.0-M3")
Scala SBT
libraryDependencies += "com.lightbend.akka" % "akka-persistence-r2dbc-migration_2.12" % "1.2.0-M3"
Groovy Grape
@Grapes(
  @Grab(group='com.lightbend.akka', module='akka-persistence-r2dbc-migration_2.12', version='1.2.0-M3')
)
Apache Ivy
<dependency org="com.lightbend.akka" name="akka-persistence-r2dbc-migration_2.12" rev="1.2.0-M3" />
Leiningen
[com.lightbend.akka/akka-persistence-r2dbc-migration_2.12 "1.2.0-M3"]
Apache Buildr
'com.lightbend.akka:akka-persistence-r2dbc-migration_2.12:jar:1.2.0-M3'