m

mapper-modules

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