<dependency>
<groupId>com.alibaba.smart.framework</groupId>
<artifactId>smart-engine-extension-storage-common</artifactId>
<version>2.0.6</version>
</dependency>
implementation 'com.alibaba.smart.framework:smart-engine-extension-storage-common:2.0.6'
implementation("com.alibaba.smart.framework:smart-engine-extension-storage-common:2.0.6")
libraryDependencies += "com.alibaba.smart.framework" % "smart-engine-extension-storage-common" % "2.0.6"
@Grapes(
@Grab(group='com.alibaba.smart.framework', module='smart-engine-extension-storage-common', version='2.0.6')
)
<dependency org="com.alibaba.smart.framework" name="smart-engine-extension-storage-common" rev="2.0.6" />
<parent> <groupId>com.alibaba.smart.framework</groupId> <artifactId>smart-engine</artifactId> <version>2.0.6</version> </parent>
compile
|-- org.springframework:spring-jdbc
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.springframework:spring-orm
|-- org.springframework:spring-instrument
|-- org.springframework:spring-context-support
test