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