GroupId | GroupIdio.fabric8.kubeflix |
---|---|
ArtifactId | ArtifactIdhystrix-dashboard |
Version | Version1.0.27 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/io.fabric8.kubeflix/hystrix-dashboard/ -->
<dependency>
<groupId>io.fabric8.kubeflix</groupId>
<artifactId>hystrix-dashboard</artifactId>
<version>1.0.27</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.kubeflix/hystrix-dashboard/
implementation 'io.fabric8.kubeflix:hystrix-dashboard:1.0.27'
// https://jarcasting.com/artifacts/io.fabric8.kubeflix/hystrix-dashboard/
implementation ("io.fabric8.kubeflix:hystrix-dashboard:1.0.27")
'io.fabric8.kubeflix:hystrix-dashboard:war:1.0.27'
<dependency org="io.fabric8.kubeflix" name="hystrix-dashboard" rev="1.0.27">
<artifact name="hystrix-dashboard" type="war" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.kubeflix', module='hystrix-dashboard', version='1.0.27')
)
libraryDependencies += "io.fabric8.kubeflix" % "hystrix-dashboard" % "1.0.27"
[io.fabric8.kubeflix/hystrix-dashboard "1.0.27"]