Files download
File Operation
yui-mybatisx-boot-starter-2.0.4.jar download
yui-mybatisx-boot-starter-2.0.4.pom download
yui-mybatisx-boot-starter-2.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.gitee.easy4use</groupId>
  <artifactId>yui-mybatisx-boot-starter</artifactId>
  <version>2.0.4</version>
</dependency>
Gradle Groovy
implementation 'com.gitee.easy4use:yui-mybatisx-boot-starter:2.0.4'
Gradle Kotlin
implementation("com.gitee.easy4use:yui-mybatisx-boot-starter:2.0.4")
Scala SBT
libraryDependencies += "com.gitee.easy4use" % "yui-mybatisx-boot-starter" % "2.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.gitee.easy4use', module='yui-mybatisx-boot-starter', version='2.0.4')
)
Apache Ivy
<dependency org="com.gitee.easy4use" name="yui-mybatisx-boot-starter" rev="2.0.4" />
Leiningen
[com.gitee.easy4use/yui-mybatisx-boot-starter "2.0.4"]
Apache Buildr
'com.gitee.easy4use:yui-mybatisx-boot-starter:jar:2.0.4'