m

mapper-all

Mybatis 通用 Mapper3 适配
https://mybatis.io/mapper-all
The MIT License (MIT)
abel533
Files download
File Operation
mapper-all-5.0.1.pom download
Apache Maven
<dependency>
  <groupId>tk.mybatis</groupId>
  <artifactId>mapper-all</artifactId>
  <version>5.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'tk.mybatis:mapper-all:5.0.1'
Gradle Kotlin
implementation("tk.mybatis:mapper-all:5.0.1")
Scala SBT
libraryDependencies += "tk.mybatis" % "mapper-all" % "5.0.1"
Groovy Grape
@Grapes(
  @Grab(group='tk.mybatis', module='mapper-all', version='5.0.1')
)
Apache Ivy
<dependency org="tk.mybatis" name="mapper-all" rev="5.0.1" />
Leiningen
[tk.mybatis/mapper-all "5.0.1"]
Apache Buildr
'tk.mybatis:mapper-all:jar:5.0.1'
Dependencies
The project has no third-party dependencies