| License |
License |
|---|---|
| Categories |
CategoriesNet Serialization Data Data Formats |
| GroupId | GroupIdcom.netflix.hystrix |
| ArtifactId | ArtifactIdhystrix-serialization |
| Version | Version1.5.18 |
| Type | Typejar |
| Description |
Descriptionhystrix-serialization
hystrix-serialization
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-serialization/ -->
<dependency>
<groupId>com.netflix.hystrix</groupId>
<artifactId>hystrix-serialization</artifactId>
<version>1.5.18</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-serialization/
implementation 'com.netflix.hystrix:hystrix-serialization:1.5.18'
// https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-serialization/
implementation ("com.netflix.hystrix:hystrix-serialization:1.5.18")
'com.netflix.hystrix:hystrix-serialization:jar:1.5.18'
<dependency org="com.netflix.hystrix" name="hystrix-serialization" rev="1.5.18">
<artifact name="hystrix-serialization" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.hystrix', module='hystrix-serialization', version='1.5.18')
)
libraryDependencies += "com.netflix.hystrix" % "hystrix-serialization" % "1.5.18"
[com.netflix.hystrix/hystrix-serialization "1.5.18"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.netflix.hystrix : hystrix-core | jar | 1.5.18 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.7.5 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.7.5 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.7.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.module : jackson-module-afterburner | jar | 2.7.5 |