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