<dependency>
<groupId>com.alibaba.smart.framework</groupId>
<artifactId>smart-engine-extension-retry-common</artifactId>
<version>2.5.6</version>
</dependency>
implementation 'com.alibaba.smart.framework:smart-engine-extension-retry-common:2.5.6'
implementation("com.alibaba.smart.framework:smart-engine-extension-retry-common:2.5.6")
libraryDependencies += "com.alibaba.smart.framework" % "smart-engine-extension-retry-common" % "2.5.6"
@Grapes(
@Grab(group='com.alibaba.smart.framework', module='smart-engine-extension-retry-common', version='2.5.6')
)
<dependency org="com.alibaba.smart.framework" name="smart-engine-extension-retry-common" rev="2.5.6" />