GroupId | GroupIdcom.alibaba |
---|---|
ArtifactId | ArtifactIdeasy-retry-common |
Version | Version1.0.0.RC |
Type | Typejar |
Filename | Size |
---|---|
easy-retry-common-1.0.0.RC.pom | |
easy-retry-common-1.0.0.RC.jar | 25 KB |
easy-retry-common-1.0.0.RC-sources.jar | 14 KB |
easy-retry-common-1.0.0.RC-javadoc.jar | 183 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.RC</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba/easy-retry-common/
implementation 'com.alibaba:easy-retry-common:1.0.0.RC'
// https://jarcasting.com/artifacts/com.alibaba/easy-retry-common/
implementation ("com.alibaba:easy-retry-common:1.0.0.RC")
'com.alibaba:easy-retry-common:jar:1.0.0.RC'
<dependency org="com.alibaba" name="easy-retry-common" rev="1.0.0.RC">
<artifact name="easy-retry-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba', module='easy-retry-common', version='1.0.0.RC')
)
libraryDependencies += "com.alibaba" % "easy-retry-common" % "1.0.0.RC"
[com.alibaba/easy-retry-common "1.0.0.RC"]