is not current version
Last Version 4.2.1

tk.mybatis:mapper-all 4.0.0-beta3

Mybatis 通用 Mapper3 适配

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

tk.mybatis
ArtifactId

ArtifactId

mapper-all
Version

Version

4.0.0-beta3
Type

Type

pom

Download mapper-all 4.0.0-beta3


<!-- https://jarcasting.com/artifacts/tk.mybatis/mapper-all/ -->
<dependency>
    <groupId>tk.mybatis</groupId>
    <artifactId>mapper-all</artifactId>
    <version>4.0.0-beta3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tk.mybatis/mapper-all/
implementation 'tk.mybatis:mapper-all:4.0.0-beta3'
// https://jarcasting.com/artifacts/tk.mybatis/mapper-all/
implementation ("tk.mybatis:mapper-all:4.0.0-beta3")
'tk.mybatis:mapper-all:pom:4.0.0-beta3'
<dependency org="tk.mybatis" name="mapper-all" rev="4.0.0-beta3">
  <artifact name="mapper-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='tk.mybatis', module='mapper-all', version='4.0.0-beta3')
)
libraryDependencies += "tk.mybatis" % "mapper-all" % "4.0.0-beta3"
[tk.mybatis/mapper-all "4.0.0-beta3"]