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