GroupId | GroupIdcom.github.hadoop002.smartretry |
---|---|
ArtifactId | ArtifactIdretry-spring4 |
Version | Version1.3.2 |
Type | Typejar |
Filename | Size |
---|---|
retry-spring4-1.3.2.pom | |
retry-spring4-1.3.2.jar | 28 KB |
retry-spring4-1.3.2-sources.jar | 18 KB |
retry-spring4-1.3.2-javadoc.jar | 128 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hadoop002.smartretry/retry-spring4/ -->
<dependency>
<groupId>com.github.hadoop002.smartretry</groupId>
<artifactId>retry-spring4</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hadoop002.smartretry/retry-spring4/
implementation 'com.github.hadoop002.smartretry:retry-spring4:1.3.2'
// https://jarcasting.com/artifacts/com.github.hadoop002.smartretry/retry-spring4/
implementation ("com.github.hadoop002.smartretry:retry-spring4:1.3.2")
'com.github.hadoop002.smartretry:retry-spring4:jar:1.3.2'
<dependency org="com.github.hadoop002.smartretry" name="retry-spring4" rev="1.3.2">
<artifact name="retry-spring4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hadoop002.smartretry', module='retry-spring4', version='1.3.2')
)
libraryDependencies += "com.github.hadoop002.smartretry" % "retry-spring4" % "1.3.2"
[com.github.hadoop002.smartretry/retry-spring4 "1.3.2"]