is not current version
Last Version 4.2.1

tk.mybatis:mapper-all 4.0.3

Mybatis 通用 Mapper3 适配

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

tk.mybatis
ArtifactId

ArtifactId

mapper-all
Version

Version

4.0.3
Type

Type

pom

Download mapper-all 4.0.3

Filename Size
mapper-all-4.0.3.pom 3 KB
Browse

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