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