GroupId | GroupIdcom.github.hadoop002.smartretry |
---|---|
ArtifactId | ArtifactIdretry-serializer |
Version | Version1.3.4 |
Type | Typepom |
Filename | Size |
---|---|
retry-serializer-1.3.4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hadoop002.smartretry/retry-serializer/ -->
<dependency>
<groupId>com.github.hadoop002.smartretry</groupId>
<artifactId>retry-serializer</artifactId>
<version>1.3.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hadoop002.smartretry/retry-serializer/
implementation 'com.github.hadoop002.smartretry:retry-serializer:1.3.4'
// https://jarcasting.com/artifacts/com.github.hadoop002.smartretry/retry-serializer/
implementation ("com.github.hadoop002.smartretry:retry-serializer:1.3.4")
'com.github.hadoop002.smartretry:retry-serializer:pom:1.3.4'
<dependency org="com.github.hadoop002.smartretry" name="retry-serializer" rev="1.3.4">
<artifact name="retry-serializer" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.hadoop002.smartretry', module='retry-serializer', version='1.3.4')
)
libraryDependencies += "com.github.hadoop002.smartretry" % "retry-serializer" % "1.3.4"
[com.github.hadoop002.smartretry/retry-serializer "1.3.4"]