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