Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.redhat.lightblue.client |
ArtifactId | ArtifactIdlightblue-client-hystrix |
Version | Version1.8.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.redhat.lightblue.client/lightblue-client-hystrix/ -->
<dependency>
<groupId>com.redhat.lightblue.client</groupId>
<artifactId>lightblue-client-hystrix</artifactId>
<version>1.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.redhat.lightblue.client/lightblue-client-hystrix/
implementation 'com.redhat.lightblue.client:lightblue-client-hystrix:1.8.1'
// https://jarcasting.com/artifacts/com.redhat.lightblue.client/lightblue-client-hystrix/
implementation ("com.redhat.lightblue.client:lightblue-client-hystrix:1.8.1")
'com.redhat.lightblue.client:lightblue-client-hystrix:jar:1.8.1'
<dependency org="com.redhat.lightblue.client" name="lightblue-client-hystrix" rev="1.8.1">
<artifact name="lightblue-client-hystrix" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.redhat.lightblue.client', module='lightblue-client-hystrix', version='1.8.1')
)
libraryDependencies += "com.redhat.lightblue.client" % "lightblue-client-hystrix" % "1.8.1"
[com.redhat.lightblue.client/lightblue-client-hystrix "1.8.1"]