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