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