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