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