Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdcom.github.kennedyoliveira |
ArtifactId | ArtifactIdhystrix-vertx-metrics-stream |
Version | Version1.5.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.kennedyoliveira/hystrix-vertx-metrics-stream/ -->
<dependency>
<groupId>com.github.kennedyoliveira</groupId>
<artifactId>hystrix-vertx-metrics-stream</artifactId>
<version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kennedyoliveira/hystrix-vertx-metrics-stream/
implementation 'com.github.kennedyoliveira:hystrix-vertx-metrics-stream:1.5.1'
// https://jarcasting.com/artifacts/com.github.kennedyoliveira/hystrix-vertx-metrics-stream/
implementation ("com.github.kennedyoliveira:hystrix-vertx-metrics-stream:1.5.1")
'com.github.kennedyoliveira:hystrix-vertx-metrics-stream:jar:1.5.1'
<dependency org="com.github.kennedyoliveira" name="hystrix-vertx-metrics-stream" rev="1.5.1">
<artifact name="hystrix-vertx-metrics-stream" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kennedyoliveira', module='hystrix-vertx-metrics-stream', version='1.5.1')
)
libraryDependencies += "com.github.kennedyoliveira" % "hystrix-vertx-metrics-stream" % "1.5.1"
[com.github.kennedyoliveira/hystrix-vertx-metrics-stream "1.5.1"]