<dependency> <groupId>com.netflix.hystrix</groupId> <artifactId>hystrix-clj</artifactId> <version>1.5.11</version> </dependency>
implementation 'com.netflix.hystrix:hystrix-clj:1.5.11'
implementation("com.netflix.hystrix:hystrix-clj:1.5.11")
libraryDependencies += "com.netflix.hystrix" % "hystrix-clj" % "1.5.11"
@Grapes( @Grab(group='com.netflix.hystrix', module='hystrix-clj', version='1.5.11') )
<dependency org="com.netflix.hystrix" name="hystrix-clj" rev="1.5.11" />
[com.netflix.hystrix/hystrix-clj "1.5.11"]
'com.netflix.hystrix:hystrix-clj:jar:1.5.11'
compile
|-- com.netflix.hystrix:hystrix-core:1.5.11
runtime
|-- org.clojure:clojure:1.7.0