License |
License |
---|---|
Categories |
CategoriesDubbo Net Networking |
GroupId | GroupIdcom.tencent.tsf |
ArtifactId | ArtifactIddubbo-hystrix |
Last Version | Last Version0.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondubbo-hystrix
dubbo hystrix
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dubbo-hystrix-0.1.1.pom | |
dubbo-hystrix-0.1.1.jar | 15 KB |
dubbo-hystrix-0.1.1-sources.jar | 10 KB |
dubbo-hystrix-0.1.1-javadoc.jar | 106 KB |
dubbo-hystrix-0.1.1-bin.zip | 7 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.tsf/dubbo-hystrix/ -->
<dependency>
<groupId>com.tencent.tsf</groupId>
<artifactId>dubbo-hystrix</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.tsf/dubbo-hystrix/
implementation 'com.tencent.tsf:dubbo-hystrix:0.1.1'
// https://jarcasting.com/artifacts/com.tencent.tsf/dubbo-hystrix/
implementation ("com.tencent.tsf:dubbo-hystrix:0.1.1")
'com.tencent.tsf:dubbo-hystrix:jar:0.1.1'
<dependency org="com.tencent.tsf" name="dubbo-hystrix" rev="0.1.1">
<artifact name="dubbo-hystrix" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.tsf', module='dubbo-hystrix', version='0.1.1')
)
libraryDependencies += "com.tencent.tsf" % "dubbo-hystrix" % "0.1.1"
[com.tencent.tsf/dubbo-hystrix "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.netflix.hystrix : hystrix-core | jar | 1.5.12 |
com.netflix.hystrix : hystrix-metrics-event-stream | jar | 1.5.12 |
Group / Artifact | Type | Version |
---|---|---|
com.alibaba : dubbo | jar | 2.5.4 |