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