| License |
License |
|---|---|
| Categories |
CategoriesAkka Container Microservices Reactive libraries |
| GroupId | GroupIdcom.github.dnvriend |
| ArtifactId | ArtifactIdakka-persistence-jdbc_2.10 |
| Version | Version1.0.7 |
| Type | Typejar |
| Description |
Descriptionakka-persistence-jdbc
akka-persistence-jdbc
|
| Project URL |
Project URL |
| Project Organization |
Project Organizationcom.github.dnvriend |
<!-- https://jarcasting.com/artifacts/com.github.dnvriend/akka-persistence-jdbc_2.10/ -->
<dependency>
<groupId>com.github.dnvriend</groupId>
<artifactId>akka-persistence-jdbc_2.10</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dnvriend/akka-persistence-jdbc_2.10/
implementation 'com.github.dnvriend:akka-persistence-jdbc_2.10:1.0.7'
// https://jarcasting.com/artifacts/com.github.dnvriend/akka-persistence-jdbc_2.10/
implementation ("com.github.dnvriend:akka-persistence-jdbc_2.10:1.0.7")
'com.github.dnvriend:akka-persistence-jdbc_2.10:jar:1.0.7'
<dependency org="com.github.dnvriend" name="akka-persistence-jdbc_2.10" rev="1.0.7">
<artifact name="akka-persistence-jdbc_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dnvriend', module='akka-persistence-jdbc_2.10', version='1.0.7')
)
libraryDependencies += "com.github.dnvriend" % "akka-persistence-jdbc_2.10" % "1.0.7"
[com.github.dnvriend/akka-persistence-jdbc_2.10 "1.0.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.10.4 |
| com.typesafe.akka : akka-actor_2.10 | jar | 2.3.6 |
| com.typesafe.akka : akka-persistence-experimental_2.10 | jar | 2.3.6 |
| commons-dbcp : commons-dbcp | jar | 1.4 |
| commons-codec : commons-codec | jar | 1.9 |
| commons-io : commons-io | jar | 2.4 |
| org.scalikejdbc : scalikejdbc_2.10 | jar | 2.1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.1.2 |
| com.typesafe.akka : akka-slf4j_2.10 | jar | 2.3.6 |
| postgresql : postgresql | jar | 9.1-901.jdbc4 |
| com.h2database : h2 | jar | 1.4.179 |
| mysql : mysql-connector-java | jar | 5.1.31 |
| com.typesafe.akka : akka-testkit_2.10 | jar | 2.3.6 |
| org.scalatest : scalatest_2.10 | jar | 2.1.4 |
| com.github.krasserm » akka-persistence-testkit_2.10 | jar | 0.3.4 |