<dependency>
<groupId>com.alibaba.smart.framework</groupId>
<artifactId>smart-engine-extension-storage-common</artifactId>
<version>2.2.3</version>
</dependency>
implementation 'com.alibaba.smart.framework:smart-engine-extension-storage-common:2.2.3'
implementation("com.alibaba.smart.framework:smart-engine-extension-storage-common:2.2.3")
libraryDependencies += "com.alibaba.smart.framework" % "smart-engine-extension-storage-common" % "2.2.3"
@Grapes(
@Grab(group='com.alibaba.smart.framework', module='smart-engine-extension-storage-common', version='2.2.3')
)
<dependency org="com.alibaba.smart.framework" name="smart-engine-extension-storage-common" rev="2.2.3" />
<parent> <groupId>com.alibaba.smart.framework</groupId> <artifactId>smart-engine</artifactId> <version>2.2.3</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