s

smart-engine-extension-storage-mysql

Files download
File Operation
smart-engine-extension-storage-mysql-2.5.6.jar download
smart-engine-extension-storage-mysql-2.5.6.pom download
smart-engine-extension-storage-mysql-2.5.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.alibaba.smart.framework</groupId>
  <artifactId>smart-engine-extension-storage-mysql</artifactId>
  <version>2.5.6</version>
</dependency>
Gradle Groovy
implementation 'com.alibaba.smart.framework:smart-engine-extension-storage-mysql:2.5.6'
Gradle Kotlin
implementation("com.alibaba.smart.framework:smart-engine-extension-storage-mysql:2.5.6")
Scala SBT
libraryDependencies += "com.alibaba.smart.framework" % "smart-engine-extension-storage-mysql" % "2.5.6"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba.smart.framework', module='smart-engine-extension-storage-mysql', version='2.5.6')
)
Apache Ivy
<dependency org="com.alibaba.smart.framework" name="smart-engine-extension-storage-mysql" rev="2.5.6" />
Leiningen
[com.alibaba.smart.framework/smart-engine-extension-storage-mysql "2.5.6"]
Apache Buildr
'com.alibaba.smart.framework:smart-engine-extension-storage-mysql:jar:2.5.6'