| License |
License |
|---|---|
| GroupId | GroupIdcom.alibaba |
| ArtifactId | ArtifactIdeasy-retry |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptioneasy-retry
easy-retry
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| easy-retry-1.0.0.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba/easy-retry/ -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>easy-retry</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba/easy-retry/
implementation 'com.alibaba:easy-retry:1.0.0'
// https://jarcasting.com/artifacts/com.alibaba/easy-retry/
implementation ("com.alibaba:easy-retry:1.0.0")
'com.alibaba:easy-retry:pom:1.0.0'
<dependency org="com.alibaba" name="easy-retry" rev="1.0.0">
<artifact name="easy-retry" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alibaba', module='easy-retry', version='1.0.0')
)
libraryDependencies += "com.alibaba" % "easy-retry" % "1.0.0"
[com.alibaba/easy-retry "1.0.0"]