l

lightblue-client-hystrix

Files download
File Operation
lightblue-client-hystrix-1.8.1.jar download
lightblue-client-hystrix-1.8.1.pom download
lightblue-client-hystrix-1.8.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.redhat.lightblue.client</groupId>
  <artifactId>lightblue-client-hystrix</artifactId>
  <version>1.8.1</version>
</dependency>
Gradle Groovy
implementation 'com.redhat.lightblue.client:lightblue-client-hystrix:1.8.1'
Gradle Kotlin
implementation("com.redhat.lightblue.client:lightblue-client-hystrix:1.8.1")
Scala SBT
libraryDependencies += "com.redhat.lightblue.client" % "lightblue-client-hystrix" % "1.8.1"
Groovy Grape
@Grapes(
  @Grab(group='com.redhat.lightblue.client', module='lightblue-client-hystrix', version='1.8.1')
)
Apache Ivy
<dependency org="com.redhat.lightblue.client" name="lightblue-client-hystrix" rev="1.8.1" />
Leiningen
[com.redhat.lightblue.client/lightblue-client-hystrix "1.8.1"]
Apache Buildr
'com.redhat.lightblue.client:lightblue-client-hystrix:jar:1.8.1'