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