everpeace / constructr-redis   0.0.4

GitHub

This library enables to use Redis as cluster coordinator in a ConstructR based cluster

Scala versions: 2.12 2.11

constructr-coordination-redis 0.0.2


Group ID:
com.github.everpeace
Artifact ID:
constructr-coordination-redis_2.11
Version:
0.0.2
Release Date:
Apr 22, 2017
Licenses:

libraryDependencies += "com.github.everpeace" %% "constructr-coordination-redis" % "0.0.2"
resolvers += Resolver.bintrayRepo("everpeace", "maven")

Mill build tool

ivy"com.github.everpeace::constructr-coordination-redis:0.0.2"
MavenRepository("https://dl.bintray.com/everpeace/maven")

Scala CLI

//> using dep "com.github.everpeace::constructr-coordination-redis:0.0.2"

Ammonite REPL

import $ivy.`com.github.everpeace::constructr-coordination-redis:0.0.2`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray everpeace maven",
  "Some(https://dl.bintray.com/everpeace/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.everpeace</groupId>
  <artifactId>constructr-coordination-redis_2.11</artifactId>
  <version>0.0.2</version>
</dependency>

compile group: 'com.github.everpeace', name: 'constructr-coordination-redis_2.11', version: '0.0.2'