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