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