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