Download akka-persistence-jdbc_2.11-2.6.8.jar file - Jar a

Jar examples for a:akka-persistence-jdbc-2.11

Description

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

You can download jar file akka-persistence-jdbc_2.11 2.6.8 in this page.

License

Apache-2.0

Build File

You can use the following script to add akka-persistence-jdbc_2.11-2.6.8.jar to your project.

<dependency>
   <groupId>com.github.dnvriend</groupId>
   <artifactId>akka-persistence-jdbc_2.11</artifactId>
   <version>2.6.8</version>
</dependency>
compile group: 'com.github.dnvriend', name: 'akka-persistence-jdbc_2.11', version: '2.6.8'
libraryDependencies += "com.github.dnvriend" % "akka-persistence-jdbc_2.11" % "2.6.8"
<dependency org="com.github.dnvriend" name="akka-persistence-jdbc_2.11" rev="2.6.8"/>
@Grapes(@Grab(group='com.github.dnvriend', module='akka-persistence-jdbc_2.11', version='2.6.8'))
'com.github.dnvriend:akka-persistence-jdbc_2.11:jar:2.6.8'

Download

Click the following link to download the jar file.

akka-persistence-jdbc_2.11-2.6.8-javadoc.jar
akka-persistence-jdbc_2.11-2.6.8-sources.jar
akka-persistence-jdbc_2.11-2.6.8.jar
akka-persistence-jdbc_2.11-2.6.8.pom



Related Tutorials