Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.netflix.hystrix |
ArtifactId | ArtifactIdhystrix-network-auditor-agent |
Version | Version1.5.0-rc.1 |
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.5.0-rc.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-network-auditor-agent/
implementation 'com.netflix.hystrix:hystrix-network-auditor-agent:1.5.0-rc.1'
// https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-network-auditor-agent/
implementation ("com.netflix.hystrix:hystrix-network-auditor-agent:1.5.0-rc.1")
'com.netflix.hystrix:hystrix-network-auditor-agent:jar:1.5.0-rc.1'
<dependency org="com.netflix.hystrix" name="hystrix-network-auditor-agent" rev="1.5.0-rc.1">
<artifact name="hystrix-network-auditor-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.hystrix', module='hystrix-network-auditor-agent', version='1.5.0-rc.1')
)
libraryDependencies += "com.netflix.hystrix" % "hystrix-network-auditor-agent" % "1.5.0-rc.1"
[com.netflix.hystrix/hystrix-network-auditor-agent "1.5.0-rc.1"]