GroupId | GroupIdcom.alibaba.smart.framework |
---|---|
ArtifactId | ArtifactIdsmart-engine-extension-retry-common |
Version | Version2.2.3 |
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.2.3</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.2.3'
// https://jarcasting.com/artifacts/com.alibaba.smart.framework/smart-engine-extension-retry-common/
implementation ("com.alibaba.smart.framework:smart-engine-extension-retry-common:2.2.3")
'com.alibaba.smart.framework:smart-engine-extension-retry-common:jar:2.2.3'
<dependency org="com.alibaba.smart.framework" name="smart-engine-extension-retry-common" rev="2.2.3">
<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.2.3')
)
libraryDependencies += "com.alibaba.smart.framework" % "smart-engine-extension-retry-common" % "2.2.3"
[com.alibaba.smart.framework/smart-engine-extension-retry-common "2.2.3"]