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-marshal-akka 0.0.23
Group ID:
com.tradeshift
Artifact ID:
ts-reaktive-marshal-akka
Version:
0.0.23
Release Date:
Mar 30, 2017
Licenses:
libraryDependencies += "com.tradeshift" % "ts-reaktive-marshal-akka" % "0.0.23" resolvers += Resolver.bintrayRepo("jypma", "maven")
ivy"com.tradeshift:ts-reaktive-marshal-akka:0.0.23" MavenRepository("https://dl.bintray.com/jypma/maven")
//> using dep "com.tradeshift:ts-reaktive-marshal-akka:0.0.23"
import $ivy.`com.tradeshift:ts-reaktive-marshal-akka:0.0.23` 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-marshal-akka</artifactId> <version>0.0.23</version> </dependency>
compile group: 'com.tradeshift', name: 'ts-reaktive-marshal-akka', version: '0.0.23'