Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.redhat.lightblue.client |
ArtifactId | ArtifactIdlightblue-client-hystrix |
Version | Version1.6.0 |
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.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.redhat.lightblue.client/lightblue-client-hystrix/
implementation 'com.redhat.lightblue.client:lightblue-client-hystrix:1.6.0'
// https://jarcasting.com/artifacts/com.redhat.lightblue.client/lightblue-client-hystrix/
implementation ("com.redhat.lightblue.client:lightblue-client-hystrix:1.6.0")
'com.redhat.lightblue.client:lightblue-client-hystrix:jar:1.6.0'
<dependency org="com.redhat.lightblue.client" name="lightblue-client-hystrix" rev="1.6.0">
<artifact name="lightblue-client-hystrix" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.redhat.lightblue.client', module='lightblue-client-hystrix', version='1.6.0')
)
libraryDependencies += "com.redhat.lightblue.client" % "lightblue-client-hystrix" % "1.6.0"
[com.redhat.lightblue.client/lightblue-client-hystrix "1.6.0"]