daviddenton / finagle-circuit   5.0.1

Apache License 2.0 GitHub

Http circuit-breaking for Finagle

Scala versions: 2.12 2.11 2.10

finagle-circuit 5.0.0


Group ID:
io.github.daviddenton
Artifact ID:
finagle-circuit_2.12
Version:
5.0.0
Release Date:
Jan 18, 2017
Licenses:

libraryDependencies += "io.github.daviddenton" %% "finagle-circuit" % "5.0.0"
resolvers += Resolver.bintrayRepo("daviddenton", "maven")

Mill build tool

ivy"io.github.daviddenton::finagle-circuit:5.0.0"
MavenRepository("https://dl.bintray.com/daviddenton/maven")

Scala CLI

//> using dep "io.github.daviddenton::finagle-circuit:5.0.0"

Ammonite REPL

import $ivy.`io.github.daviddenton::finagle-circuit:5.0.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray daviddenton maven",
  "Some(https://dl.bintray.com/daviddenton/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>io.github.daviddenton</groupId>
  <artifactId>finagle-circuit_2.12</artifactId>
  <version>5.0.0</version>
</dependency>

compile group: 'io.github.daviddenton', name: 'finagle-circuit_2.12', version: '5.0.0'