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