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