License |
License |
---|---|
Categories |
CategoriesAkka Container Microservices Reactive libraries |
GroupId | GroupIdcom.github.dnvriend |
ArtifactId | ArtifactIdakka-persistence-jdbc_2.13.0-RC2 |
Version | Version3.5.1 |
Type | Typejar |
Description |
Descriptionakka-persistence-jdbc
A plugin for storing events in an event journal akka-persistence-jdbc
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.dnvriend/akka-persistence-jdbc_2.13.0-RC2/ -->
<dependency>
<groupId>com.github.dnvriend</groupId>
<artifactId>akka-persistence-jdbc_2.13.0-RC2</artifactId>
<version>3.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dnvriend/akka-persistence-jdbc_2.13.0-RC2/
implementation 'com.github.dnvriend:akka-persistence-jdbc_2.13.0-RC2:3.5.1'
// https://jarcasting.com/artifacts/com.github.dnvriend/akka-persistence-jdbc_2.13.0-RC2/
implementation ("com.github.dnvriend:akka-persistence-jdbc_2.13.0-RC2:3.5.1")
'com.github.dnvriend:akka-persistence-jdbc_2.13.0-RC2:jar:3.5.1'
<dependency org="com.github.dnvriend" name="akka-persistence-jdbc_2.13.0-RC2" rev="3.5.1">
<artifact name="akka-persistence-jdbc_2.13.0-RC2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dnvriend', module='akka-persistence-jdbc_2.13.0-RC2', version='3.5.1')
)
libraryDependencies += "com.github.dnvriend" % "akka-persistence-jdbc_2.13.0-RC2" % "3.5.1"
[com.github.dnvriend/akka-persistence-jdbc_2.13.0-RC2 "3.5.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.13.0-RC2 |
com.typesafe.akka : akka-actor_2.13.0-RC2 | jar | 2.5.23 |
com.typesafe.akka : akka-persistence_2.13.0-RC2 | jar | 2.5.23 |
com.typesafe.akka : akka-persistence-query_2.13.0-RC2 | jar | 2.5.23 |
com.typesafe.akka : akka-stream_2.13.0-RC2 | jar | 2.5.23 |
com.typesafe.slick : slick_2.13.0-RC2 | jar | 3.3.1 |
com.typesafe.slick : slick-hikaricp_2.13.0-RC2 | jar | 3.3.1 |
Group / Artifact | Type | Version |
---|---|---|
org.postgresql : postgresql | jar | 42.2.5 |
com.h2database : h2 | jar | 1.4.199 |
mysql : mysql-connector-java | jar | 8.0.15 |
com.microsoft.sqlserver : mssql-jdbc | jar | 7.2.1.jre8 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
com.typesafe.akka : akka-slf4j_2.13.0-RC2 | jar | 2.5.23 |
com.typesafe.akka : akka-persistence-tck_2.13.0-RC2 | jar | 2.5.23 |
com.typesafe.akka : akka-stream-testkit_2.13.0-RC2 | jar | 2.5.23 |
com.typesafe.akka : akka-testkit_2.13.0-RC2 | jar | 2.5.23 |
org.scalatest : scalatest_2.13.0-RC2 | jar | 3.0.8-RC2 |