play-hysterix 0.2.12


Group ID:
pl.matisoft
Artifact ID:
play-hysterix_2.10
Version:
0.2.12
Release Date:
Feb 22, 2016
Licenses:

libraryDependencies += "pl.matisoft" %% "play-hysterix" % "0.2.12"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"pl.matisoft::play-hysterix:0.2.12"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "pl.matisoft::play-hysterix:0.2.12"

Ammonite REPL

import $ivy.`pl.matisoft::play-hysterix:0.2.12`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>pl.matisoft</groupId>
  <artifactId>play-hysterix_2.10</artifactId>
  <version>0.2.12</version>
</dependency>

compile group: 'pl.matisoft', name: 'play-hysterix_2.10', version: '0.2.12'