m

mapper-modules

Mybatis 通用 Mapper 聚合模块
http://www.mybatis.tk
The MIT License (MIT)
abel533
文件下载
文件名 操作
mapper-modules-1.1.4.pom 下载
Apache Maven
<dependency>
  <groupId>tk.mybatis</groupId>
  <artifactId>mapper-modules</artifactId>
  <version>1.1.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'tk.mybatis:mapper-modules:1.1.4'
Gradle Kotlin
implementation("tk.mybatis:mapper-modules:1.1.4")
Scala SBT
libraryDependencies += "tk.mybatis" % "mapper-modules" % "1.1.4"
Groovy Grape
@Grapes(
  @Grab(group='tk.mybatis', module='mapper-modules', version='1.1.4')
)
Apache Ivy
<dependency org="tk.mybatis" name="mapper-modules" rev="1.1.4" />
Leiningen
[tk.mybatis/mapper-modules "1.1.4"]
Apache Buildr
'tk.mybatis:mapper-modules:jar:1.1.4'