GroupId | GroupIdcom.github.hadoop002.smartretry |
---|---|
ArtifactId | ArtifactIdretry-core |
Version | Version1.3.4 |
Type | Typejar |
Filename | Size |
---|---|
retry-core-1.3.4.pom | |
retry-core-1.3.4.jar | 27 KB |
retry-core-1.3.4-sources.jar | 19 KB |
retry-core-1.3.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hadoop002.smartretry/retry-core/
implementation 'com.github.hadoop002.smartretry:retry-core:1.3.4'
// https://jarcasting.com/artifacts/com.github.hadoop002.smartretry/retry-core/
implementation ("com.github.hadoop002.smartretry:retry-core:1.3.4")
'com.github.hadoop002.smartretry:retry-core:jar:1.3.4'
<dependency org="com.github.hadoop002.smartretry" name="retry-core" rev="1.3.4">
<artifact name="retry-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hadoop002.smartretry', module='retry-core', version='1.3.4')
)
libraryDependencies += "com.github.hadoop002.smartretry" % "retry-core" % "1.3.4"
[com.github.hadoop002.smartretry/retry-core "1.3.4"]