Last Version

mapper-parent 4.2.1

Mybatis 通用 Mapper 聚合模块

License

License

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

tk.mybatis
ArtifactId

ArtifactId

mapper-modules
Version

Version

4.2.1
Type

Type

pom
Description

Description

mapper-parent
Mybatis 通用 Mapper 聚合模块
Project URL

Project URL

https://mybatis.io

Download mapper-modules 4.2.1

Filename Size
mapper-modules-4.2.1.pom 2 KB
Browse

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

Dependencies

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
log4j : log4j jar 1.2.17
org.hsqldb : hsqldb jar 2.2.9

Project Modules

  • all
  • base
  • core
  • extra
  • spring
  • weekend
  • generator
  • spring-boot-starter