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