lucastorri / autobreaker   0.5.6

MIT License GitHub

Automatically wrap Scala classes that return Futures with a Circuit Breaker

Scala versions: 2.11

autobreaker-guice 0.5.6


Group ID:
com.unstablebuild
Artifact ID:
autobreaker-guice_2.11
Version:
0.5.6
Release Date:
Sept 18, 2016
Licenses:
MIT
Files:
Full Scala Version:
2.11.8
Developers:

libraryDependencies += "com.unstablebuild" %% "autobreaker-guice" % "0.5.6"

Mill build tool

ivy"com.unstablebuild::autobreaker-guice:0.5.6"

Scala CLI

//> using dep "com.unstablebuild::autobreaker-guice:0.5.6"

Ammonite REPL

import $ivy.`com.unstablebuild::autobreaker-guice:0.5.6`

<dependency>
  <groupId>com.unstablebuild</groupId>
  <artifactId>autobreaker-guice_2.11</artifactId>
  <version>0.5.6</version>
</dependency>

compile group: 'com.unstablebuild', name: 'autobreaker-guice_2.11', version: '0.5.6'