Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.netflix.hystrix |
ArtifactId | ArtifactIdhystrix-clj |
Version | Version1.3.17 |
Type | Typejar |
Filename | Size |
---|---|
hystrix-clj-1.3.17.pom | |
hystrix-clj-1.3.17.jar | 7 KB |
hystrix-clj-1.3.17-sources.jar | 7 KB |
hystrix-clj-1.3.17-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-clj/ -->
<dependency>
<groupId>com.netflix.hystrix</groupId>
<artifactId>hystrix-clj</artifactId>
<version>1.3.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-clj/
implementation 'com.netflix.hystrix:hystrix-clj:1.3.17'
// https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-clj/
implementation ("com.netflix.hystrix:hystrix-clj:1.3.17")
'com.netflix.hystrix:hystrix-clj:jar:1.3.17'
<dependency org="com.netflix.hystrix" name="hystrix-clj" rev="1.3.17">
<artifact name="hystrix-clj" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.hystrix', module='hystrix-clj', version='1.3.17')
)
libraryDependencies += "com.netflix.hystrix" % "hystrix-clj" % "1.3.17"
[com.netflix.hystrix/hystrix-clj "1.3.17"]