Download akka-persistence-inmemory_2.11-1.3.2.jar file - Jar a

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

Description

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

You can download jar file akka-persistence-inmemory_2.11 1.3.2 in this page.

License

Apache 2 License

Build File

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

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

Download

Click the following link to download the jar file.

akka-persistence-inmemory_2.11-1.3.2-javadoc.jar
akka-persistence-inmemory_2.11-1.3.2-sources.jar
akka-persistence-inmemory_2.11-1.3.2.jar
akka-persistence-inmemory_2.11-1.3.2.pom



Related Tutorials