GroupId | GroupIdcom.alibaba.smart.framework |
---|---|
ArtifactId | ArtifactIdsmart-engine-extension-retry-custom |
Version | Version2.5.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.alibaba.smart.framework/smart-engine-extension-retry-custom/ -->
<dependency>
<groupId>com.alibaba.smart.framework</groupId>
<artifactId>smart-engine-extension-retry-custom</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.smart.framework/smart-engine-extension-retry-custom/
implementation 'com.alibaba.smart.framework:smart-engine-extension-retry-custom:2.5.0'
// https://jarcasting.com/artifacts/com.alibaba.smart.framework/smart-engine-extension-retry-custom/
implementation ("com.alibaba.smart.framework:smart-engine-extension-retry-custom:2.5.0")
'com.alibaba.smart.framework:smart-engine-extension-retry-custom:jar:2.5.0'
<dependency org="com.alibaba.smart.framework" name="smart-engine-extension-retry-custom" rev="2.5.0">
<artifact name="smart-engine-extension-retry-custom" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.smart.framework', module='smart-engine-extension-retry-custom', version='2.5.0')
)
libraryDependencies += "com.alibaba.smart.framework" % "smart-engine-extension-retry-custom" % "2.5.0"
[com.alibaba.smart.framework/smart-engine-extension-retry-custom "2.5.0"]