文件下载
文件名 操作
mybatis-pro-base-1.7.12.jar 下载
mybatis-pro-base-1.7.12.pom 下载
mybatis-pro-base-1.7.12-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.dreamroute</groupId>
  <artifactId>mybatis-pro-base</artifactId>
  <version>1.7.12</version>
</dependency>
Gradle Groovy
implementation 'com.github.dreamroute:mybatis-pro-base:1.7.12'
Gradle Kotlin
implementation("com.github.dreamroute:mybatis-pro-base:1.7.12")
Scala SBT
libraryDependencies += "com.github.dreamroute" % "mybatis-pro-base" % "1.7.12"
Groovy Grape
@Grapes(
  @Grab(group='com.github.dreamroute', module='mybatis-pro-base', version='1.7.12')
)
Apache Ivy
<dependency org="com.github.dreamroute" name="mybatis-pro-base" rev="1.7.12" />
Leiningen
[com.github.dreamroute/mybatis-pro-base "1.7.12"]
Apache Buildr
'com.github.dreamroute:mybatis-pro-base:jar:1.7.12'