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