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