This repository shows how to build reactive applications in Java 8 using the Akka framework, on Akka Persistence, with cassandra as backend, and exposing an event sourced stream using HTTP.
ts-reaktive-replication 0.0.33
Group ID:
     com.tradeshift 
  Artifact ID:
     ts-reaktive-replication_2.12 
  Version:
     0.0.33 
  Release Date:
     Dec 4, 2017 
  Licenses:
    
  libraryDependencies += "com.tradeshift" %% "ts-reaktive-replication" % "0.0.33"
resolvers += Resolver.bintrayRepo("jypma", "maven")
          
        ivy"com.tradeshift::ts-reaktive-replication:0.0.33"
MavenRepository("https://dl.bintray.com/jypma/maven")
          
        //> using dep "com.tradeshift::ts-reaktive-replication:0.0.33"
import $ivy.`com.tradeshift::ts-reaktive-replication:0.0.33` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray jypma maven", "Some(https://dl.bintray.com/jypma/maven)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>com.tradeshift</groupId> <artifactId>ts-reaktive-replication_2.12</artifactId> <version>0.0.33</version> </dependency>
compile group: 'com.tradeshift', name: 'ts-reaktive-replication_2.12', version: '0.0.33'
