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