m

mapper-all

Mybatis 通用 Mapper3 适配
https://mybatis.io/mapper-all
The MIT License (MIT)
abel533
文件下载
文件名 操作
mapper-all-5.0.0-rc3.pom 下载
Apache Maven
<dependency>
  <groupId>tk.mybatis</groupId>
  <artifactId>mapper-all</artifactId>
  <version>5.0.0-rc3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'tk.mybatis:mapper-all:5.0.0-rc3'
Gradle Kotlin
implementation("tk.mybatis:mapper-all:5.0.0-rc3")
Scala SBT
libraryDependencies += "tk.mybatis" % "mapper-all" % "5.0.0-rc3"
Groovy Grape
@Grapes(
  @Grab(group='tk.mybatis', module='mapper-all', version='5.0.0-rc3')
)
Apache Ivy
<dependency org="tk.mybatis" name="mapper-all" rev="5.0.0-rc3" />
Leiningen
[tk.mybatis/mapper-all "5.0.0-rc3"]
Apache Buildr
'tk.mybatis:mapper-all:jar:5.0.0-rc3'
本项目依赖
该项目无第三方依赖