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