| Категории |
КатегорииСеть Serialization Данные Data Formats |
|---|---|
| Группа | Группаcom.netflix.hystrix |
| Идентификатор | Идентификаторhystrix-serialization |
| Версия | Версия1.5.11 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| hystrix-serialization-1.5.11.pom | |
| hystrix-serialization-1.5.11.jar | 34 KB |
| hystrix-serialization-1.5.11-sources.jar | 10 KB |
| hystrix-serialization-1.5.11-javadoc.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-serialization/ -->
<dependency>
<groupId>com.netflix.hystrix</groupId>
<artifactId>hystrix-serialization</artifactId>
<version>1.5.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-serialization/
implementation 'com.netflix.hystrix:hystrix-serialization:1.5.11'
// https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-serialization/
implementation ("com.netflix.hystrix:hystrix-serialization:1.5.11")
'com.netflix.hystrix:hystrix-serialization:jar:1.5.11'
<dependency org="com.netflix.hystrix" name="hystrix-serialization" rev="1.5.11">
<artifact name="hystrix-serialization" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.hystrix', module='hystrix-serialization', version='1.5.11')
)
libraryDependencies += "com.netflix.hystrix" % "hystrix-serialization" % "1.5.11"
[com.netflix.hystrix/hystrix-serialization "1.5.11"]