MVN

tk.mybatis : mapper-modules

Maven & Gradle

Jun 03, 2023
7.2k stars

mapper-modules · Mybatis 通用 Mapper 聚合模块

<dependency>
    <groupId>tk.mybatis</groupId>
    <artifactId>mapper-modules</artifactId>
    <version>4.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tk.mybatis : mapper-modules to add to Maven - Latest Versions:

  • Latest Stable: 4.2.3
  • Latest Beta: 1.0.5-beta2

All Versions

Choose a version of tk.mybatis : mapper-modules to add to Maven - All Versions:

Version Vulnerabilities Updated
4.2.x
mapper-modules-4.2.3
mapper-modules-4.2.2
mapper-modules-4.2.1
mapper-modules-4.2.0
1.1.x
mapper-modules-1.1.5
mapper-modules-1.1.4
mapper-modules-1.1.3
mapper-modules-1.1.2
mapper-modules-1.1.1
mapper-modules-1.1.0
1.0.x
mapper-modules-1.0.5
mapper-modules-1.0.5-beta2
mapper-modules-1.0.5-beta1
mapper-modules-1.0.4
mapper-modules-1.0.4-beta1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>tk.mybatis</groupId>
    <artifactId>mapper-modules</artifactId>
    <version>4.2.3</version>
</dependency>