m

mapper-all

Mybatis 通用 Mapper3 适配
Files download
File Operation
mapper-all-4.1.5.pom download
Apache Maven
<dependency>
  <groupId>tk.mybatis</groupId>
  <artifactId>mapper-all</artifactId>
  <version>4.1.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'tk.mybatis:mapper-all:4.1.5'
Gradle Kotlin
implementation("tk.mybatis:mapper-all:4.1.5")
Scala SBT
libraryDependencies += "tk.mybatis" % "mapper-all" % "4.1.5"
Groovy Grape
@Grapes(
  @Grab(group='tk.mybatis', module='mapper-all', version='4.1.5')
)
Apache Ivy
<dependency org="tk.mybatis" name="mapper-all" rev="4.1.5" />
Leiningen
[tk.mybatis/mapper-all "4.1.5"]
Apache Buildr
'tk.mybatis:mapper-all:jar:4.1.5'