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