Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.netflix.hystrix |
ArtifactId | ArtifactIdhystrix-network-auditor-agent |
Version | Version1.3.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-network-auditor-agent/ -->
<dependency>
<groupId>com.netflix.hystrix</groupId>
<artifactId>hystrix-network-auditor-agent</artifactId>
<version>1.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-network-auditor-agent/
implementation 'com.netflix.hystrix:hystrix-network-auditor-agent:1.3.4'
// https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-network-auditor-agent/
implementation ("com.netflix.hystrix:hystrix-network-auditor-agent:1.3.4")
'com.netflix.hystrix:hystrix-network-auditor-agent:jar:1.3.4'
<dependency org="com.netflix.hystrix" name="hystrix-network-auditor-agent" rev="1.3.4">
<artifact name="hystrix-network-auditor-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.hystrix', module='hystrix-network-auditor-agent', version='1.3.4')
)
libraryDependencies += "com.netflix.hystrix" % "hystrix-network-auditor-agent" % "1.3.4"
[com.netflix.hystrix/hystrix-network-auditor-agent "1.3.4"]