Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.netflix.hystrix |
ArtifactId | ArtifactIdhystrix-dashboard |
Version | Version1.4.0-RC4 |
Type | Typewar |
Filename | Size |
---|---|
hystrix-dashboard-1.4.0-RC4.pom | |
hystrix-dashboard-1.4.0-RC4.war | 1 MB |
hystrix-dashboard-1.4.0-RC4-sources.jar | 12 KB |
hystrix-dashboard-1.4.0-RC4-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-dashboard/ -->
<dependency>
<groupId>com.netflix.hystrix</groupId>
<artifactId>hystrix-dashboard</artifactId>
<version>1.4.0-RC4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-dashboard/
implementation 'com.netflix.hystrix:hystrix-dashboard:1.4.0-RC4'
// https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-dashboard/
implementation ("com.netflix.hystrix:hystrix-dashboard:1.4.0-RC4")
'com.netflix.hystrix:hystrix-dashboard:war:1.4.0-RC4'
<dependency org="com.netflix.hystrix" name="hystrix-dashboard" rev="1.4.0-RC4">
<artifact name="hystrix-dashboard" type="war" />
</dependency>
@Grapes(
@Grab(group='com.netflix.hystrix', module='hystrix-dashboard', version='1.4.0-RC4')
)
libraryDependencies += "com.netflix.hystrix" % "hystrix-dashboard" % "1.4.0-RC4"
[com.netflix.hystrix/hystrix-dashboard "1.4.0-RC4"]