GroupId | GroupIdorg.zalando |
---|---|
ArtifactId | ArtifactIdtracer-hystrix |
Version | Version0.17.1 |
Type | Typejar |
Filename | Size |
---|---|
tracer-hystrix-0.17.1.pom | |
tracer-hystrix-0.17.1.jar | 4 KB |
tracer-hystrix-0.17.1-sources.jar | 3 KB |
tracer-hystrix-0.17.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.zalando/tracer-hystrix/ -->
<dependency>
<groupId>org.zalando</groupId>
<artifactId>tracer-hystrix</artifactId>
<version>0.17.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.zalando/tracer-hystrix/
implementation 'org.zalando:tracer-hystrix:0.17.1'
// https://jarcasting.com/artifacts/org.zalando/tracer-hystrix/
implementation ("org.zalando:tracer-hystrix:0.17.1")
'org.zalando:tracer-hystrix:jar:0.17.1'
<dependency org="org.zalando" name="tracer-hystrix" rev="0.17.1">
<artifact name="tracer-hystrix" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zalando', module='tracer-hystrix', version='0.17.1')
)
libraryDependencies += "org.zalando" % "tracer-hystrix" % "0.17.1"
[org.zalando/tracer-hystrix "0.17.1"]