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