Categories |
CategoriesPrometheus Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdde.ahus1.prometheus.hystrix |
ArtifactId | ArtifactIdprometheus-hystrix |
Version | Version4.0.0 |
Type | Typejar |
Filename | Size |
---|---|
prometheus-hystrix-4.0.0.pom | |
prometheus-hystrix-4.0.0.jar | 59 KB |
prometheus-hystrix-4.0.0-sources.jar | 13 KB |
prometheus-hystrix-4.0.0-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.ahus1.prometheus.hystrix/prometheus-hystrix/ -->
<dependency>
<groupId>de.ahus1.prometheus.hystrix</groupId>
<artifactId>prometheus-hystrix</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.ahus1.prometheus.hystrix/prometheus-hystrix/
implementation 'de.ahus1.prometheus.hystrix:prometheus-hystrix:4.0.0'
// https://jarcasting.com/artifacts/de.ahus1.prometheus.hystrix/prometheus-hystrix/
implementation ("de.ahus1.prometheus.hystrix:prometheus-hystrix:4.0.0")
'de.ahus1.prometheus.hystrix:prometheus-hystrix:jar:4.0.0'
<dependency org="de.ahus1.prometheus.hystrix" name="prometheus-hystrix" rev="4.0.0">
<artifact name="prometheus-hystrix" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.ahus1.prometheus.hystrix', module='prometheus-hystrix', version='4.0.0')
)
libraryDependencies += "de.ahus1.prometheus.hystrix" % "prometheus-hystrix" % "4.0.0"
[de.ahus1.prometheus.hystrix/prometheus-hystrix "4.0.0"]