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