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