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