Categories |
CategoriesJackson Data JSON |
---|---|
GroupId | GroupIdcom.github.hadoop002.smartretry |
ArtifactId | ArtifactIdretry-serializer-jackson2 |
Version | Version1.3.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.hadoop002.smartretry/retry-serializer-jackson2/ -->
<dependency>
<groupId>com.github.hadoop002.smartretry</groupId>
<artifactId>retry-serializer-jackson2</artifactId>
<version>1.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hadoop002.smartretry/retry-serializer-jackson2/
implementation 'com.github.hadoop002.smartretry:retry-serializer-jackson2:1.3.6'
// https://jarcasting.com/artifacts/com.github.hadoop002.smartretry/retry-serializer-jackson2/
implementation ("com.github.hadoop002.smartretry:retry-serializer-jackson2:1.3.6")
'com.github.hadoop002.smartretry:retry-serializer-jackson2:jar:1.3.6'
<dependency org="com.github.hadoop002.smartretry" name="retry-serializer-jackson2" rev="1.3.6">
<artifact name="retry-serializer-jackson2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hadoop002.smartretry', module='retry-serializer-jackson2', version='1.3.6')
)
libraryDependencies += "com.github.hadoop002.smartretry" % "retry-serializer-jackson2" % "1.3.6"
[com.github.hadoop002.smartretry/retry-serializer-jackson2 "1.3.6"]