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