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