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