GroupId | GroupIdde.otto.edison |
---|---|
ArtifactId | ArtifactIdhystrix |
Version | Version0.15.4 |
Type | Typejar |
Filename | Size |
---|---|
hystrix-0.15.4.pom | |
hystrix-0.15.4.jar | 8 KB |
hystrix-0.15.4-sources.jar | 4 KB |
hystrix-0.15.4-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.otto.edison/hystrix/ -->
<dependency>
<groupId>de.otto.edison</groupId>
<artifactId>hystrix</artifactId>
<version>0.15.4</version>
</dependency>
// https://jarcasting.com/artifacts/de.otto.edison/hystrix/
implementation 'de.otto.edison:hystrix:0.15.4'
// https://jarcasting.com/artifacts/de.otto.edison/hystrix/
implementation ("de.otto.edison:hystrix:0.15.4")
'de.otto.edison:hystrix:jar:0.15.4'
<dependency org="de.otto.edison" name="hystrix" rev="0.15.4">
<artifact name="hystrix" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.otto.edison', module='hystrix', version='0.15.4')
)
libraryDependencies += "de.otto.edison" % "hystrix" % "0.15.4"
[de.otto.edison/hystrix "0.15.4"]