tradeshift / ts-reaktive   0.6.0

Contributors Wanted MIT License GitHub

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.

Scala versions: 2.12 2.11

ts-reaktive-replication 0.0.24


Group ID:
com.tradeshift
Artifact ID:
ts-reaktive-replication
Version:
0.0.24
Release Date:
Apr 27, 2017
Licenses:
MIT

libraryDependencies += "com.tradeshift" % "ts-reaktive-replication" % "0.0.24"
resolvers += Resolver.bintrayRepo("jypma", "maven")

Mill build tool

ivy"com.tradeshift:ts-reaktive-replication:0.0.24"
MavenRepository("https://dl.bintray.com/jypma/maven")

Scala CLI

//> using dep "com.tradeshift:ts-reaktive-replication:0.0.24"

Ammonite REPL

import $ivy.`com.tradeshift:ts-reaktive-replication:0.0.24`
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</artifactId>
  <version>0.0.24</version>
</dependency>

compile group: 'com.tradeshift', name: 'ts-reaktive-replication', version: '0.0.24'