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