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