| GroupId | GroupIdcom.alibaba |
|---|---|
| ArtifactId | ArtifactIdeasy-retry-common |
| Version | Version1.0.0.RC2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| easy-retry-common-1.0.0.RC2.pom | |
| easy-retry-common-1.0.0.RC2.jar | 28 KB |
| easy-retry-common-1.0.0.RC2-sources.jar | 16 KB |
| easy-retry-common-1.0.0.RC2-javadoc.jar | 233 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba/easy-retry-common/ -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>easy-retry-common</artifactId>
<version>1.0.0.RC2</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba/easy-retry-common/
implementation 'com.alibaba:easy-retry-common:1.0.0.RC2'
// https://jarcasting.com/artifacts/com.alibaba/easy-retry-common/
implementation ("com.alibaba:easy-retry-common:1.0.0.RC2")
'com.alibaba:easy-retry-common:jar:1.0.0.RC2'
<dependency org="com.alibaba" name="easy-retry-common" rev="1.0.0.RC2">
<artifact name="easy-retry-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba', module='easy-retry-common', version='1.0.0.RC2')
)
libraryDependencies += "com.alibaba" % "easy-retry-common" % "1.0.0.RC2"
[com.alibaba/easy-retry-common "1.0.0.RC2"]