rbmhtechnology / eventuate   0.8.1

Apache License 2.0 Website GitHub

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.).

Scala versions: 2.12 2.11

eventuate-log-cassandra 0.6


Group ID:
com.rbmhtechnology
Artifact ID:
eventuate-log-cassandra_2.11
Version:
0.6
Release Date:
Mar 14, 2016
Licenses:

libraryDependencies += "com.rbmhtechnology" %% "eventuate-log-cassandra" % "0.6"
resolvers += Resolver.bintrayRepo("rbmhtechnology", "maven")

Mill build tool

ivy"com.rbmhtechnology::eventuate-log-cassandra:0.6"
MavenRepository("https://dl.bintray.com/rbmhtechnology/maven")

Scala CLI

//> using dep "com.rbmhtechnology::eventuate-log-cassandra:0.6"

Ammonite REPL

import $ivy.`com.rbmhtechnology::eventuate-log-cassandra:0.6`
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.6</version>
</dependency>

compile group: 'com.rbmhtechnology', name: 'eventuate-log-cassandra_2.11', version: '0.6'