| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаcom.netflix.hystrix |
| Идентификатор | Идентификаторhystrix-network-auditor-agent |
| Версия | Версия1.3.17 |
| Тип | Типjar |
<!-- 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.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-network-auditor-agent/
implementation 'com.netflix.hystrix:hystrix-network-auditor-agent:1.3.17'
// https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-network-auditor-agent/
implementation ("com.netflix.hystrix:hystrix-network-auditor-agent:1.3.17")
'com.netflix.hystrix:hystrix-network-auditor-agent:jar:1.3.17'
<dependency org="com.netflix.hystrix" name="hystrix-network-auditor-agent" rev="1.3.17">
<artifact name="hystrix-network-auditor-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.hystrix', module='hystrix-network-auditor-agent', version='1.3.17')
)
libraryDependencies += "com.netflix.hystrix" % "hystrix-network-auditor-agent" % "1.3.17"
[com.netflix.hystrix/hystrix-network-auditor-agent "1.3.17"]