Global-scale event sourcing and event collaboration with causal consistency (This project is in maintenance mode. Only critical bugs will be fixed, but there is no more feature development.).
eventuate-log-cassandra 0.8-M2
Group ID:
com.rbmhtechnology
Artifact ID:
eventuate-log-cassandra_2.11
Version:
0.8-M2
Release Date:
Sept 20, 2016
Licenses:
libraryDependencies += "com.rbmhtechnology" %% "eventuate-log-cassandra" % "0.8-M2" resolvers += Resolver.bintrayRepo("rbmhtechnology", "maven")
ivy"com.rbmhtechnology::eventuate-log-cassandra:0.8-M2" MavenRepository("https://dl.bintray.com/rbmhtechnology/maven")
//> using dep "com.rbmhtechnology::eventuate-log-cassandra:0.8-M2"
import $ivy.`com.rbmhtechnology::eventuate-log-cassandra:0.8-M2` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray rbmhtechnology maven", "Some(https://dl.bintray.com/rbmhtechnology/maven)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>com.rbmhtechnology</groupId> <artifactId>eventuate-log-cassandra_2.11</artifactId> <version>0.8-M2</version> </dependency>
compile group: 'com.rbmhtechnology', name: 'eventuate-log-cassandra_2.11', version: '0.8-M2'