m

mapper-base

Mybatis 通用 Mapper 基础方法实现
https://mybatis.io
The MIT License (MIT)
Files download
File Operation
mapper-base-4.3.0.jar download
mapper-base-4.3.0.pom download
mapper-base-4.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>tk.mybatis</groupId>
  <artifactId>mapper-base</artifactId>
  <version>4.3.0</version>
</dependency>
Gradle Groovy
implementation 'tk.mybatis:mapper-base:4.3.0'
Gradle Kotlin
implementation("tk.mybatis:mapper-base:4.3.0")
Scala SBT
libraryDependencies += "tk.mybatis" % "mapper-base" % "4.3.0"
Groovy Grape
@Grapes(
  @Grab(group='tk.mybatis', module='mapper-base', version='4.3.0')
)
Apache Ivy
<dependency org="tk.mybatis" name="mapper-base" rev="4.3.0" />
Leiningen
[tk.mybatis/mapper-base "4.3.0"]
Apache Buildr
'tk.mybatis:mapper-base:jar:4.3.0'