<dependency> <groupId>com.alibaba</groupId> <artifactId>easy-retry-core</artifactId> <version>1.0.3</version> </dependency>
implementation 'com.alibaba:easy-retry-core:1.0.3'
implementation("com.alibaba:easy-retry-core:1.0.3")
libraryDependencies += "com.alibaba" % "easy-retry-core" % "1.0.3"
@Grapes( @Grab(group='com.alibaba', module='easy-retry-core', version='1.0.3') )
<dependency org="com.alibaba" name="easy-retry-core" rev="1.0.3" />
[com.alibaba/easy-retry-core "1.0.3"]
'com.alibaba:easy-retry-core:jar:1.0.3'
compile
|-- com.alibaba:easy-retry-common:1.0.3
|-- org.apache.commons:commons-lang3:3.11
|-- com.google.guava:guava:16.0
|-- org.slf4j:slf4j-api:1.7.30
|-- com.alibaba:fastjson:1.2.73
|-- org.apache.commons:commons-collections4:4.4
provided
|-- com.caucho:hessian:4.0.60