tanukkii007 / akka-cluster-custom-downing   0.0.12

Apache License 2.0 GitHub

akka-cluster-custom-downing provides configurable auto-downing strategy you can choose based on your distributed application design.

Scala versions: 2.12 2.11

akka-cluster-custom-downing 0.0.7


Group ID:
com.github.TanUkkii007
Artifact ID:
akka-cluster-custom-downing_2.12
Version:
0.0.7
Release Date:
Dec 3, 2016
Licenses:

libraryDependencies += "com.github.TanUkkii007" %% "akka-cluster-custom-downing" % "0.0.7"
resolvers += Resolver.bintrayRepo("tanukkii007", "maven")

Mill build tool

ivy"com.github.TanUkkii007::akka-cluster-custom-downing:0.0.7"
MavenRepository("https://dl.bintray.com/tanukkii007/maven")

Scala CLI

//> using dep "com.github.TanUkkii007::akka-cluster-custom-downing:0.0.7"

Ammonite REPL

import $ivy.`com.github.TanUkkii007::akka-cluster-custom-downing:0.0.7`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray tanukkii007 maven",
  "Some(https://dl.bintray.com/tanukkii007/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.TanUkkii007</groupId>
  <artifactId>akka-cluster-custom-downing_2.12</artifactId>
  <version>0.0.7</version>
</dependency>

compile group: 'com.github.TanUkkii007', name: 'akka-cluster-custom-downing_2.12', version: '0.0.7'