is not current version
Last Version 4.2.1

tk.mybatis:mapper-all 4.0.0

Mybatis 通用 Mapper3 适配

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

tk.mybatis
ArtifactId

ArtifactId

mapper-all
Version

Version

4.0.0
Type

Type

pom

Download mapper-all 4.0.0

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

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