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