| License |
License |
|---|---|
| Categories |
CategoriesMyBatis Data ORM |
| GroupId | GroupIdtk.mybatis |
| ArtifactId | ArtifactIdmapper-parent |
| Version | Version6 |
| Type | Typepom |
| Description |
Descriptionmapper-parent
Mybatis 通用 Mapper 父依赖
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| mapper-parent-6.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/tk.mybatis/mapper-parent/ -->
<dependency>
<groupId>tk.mybatis</groupId>
<artifactId>mapper-parent</artifactId>
<version>6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tk.mybatis/mapper-parent/
implementation 'tk.mybatis:mapper-parent:6'
// https://jarcasting.com/artifacts/tk.mybatis/mapper-parent/
implementation ("tk.mybatis:mapper-parent:6")
'tk.mybatis:mapper-parent:pom:6'
<dependency org="tk.mybatis" name="mapper-parent" rev="6">
<artifact name="mapper-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='tk.mybatis', module='mapper-parent', version='6')
)
libraryDependencies += "tk.mybatis" % "mapper-parent" % "6"
[tk.mybatis/mapper-parent "6"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| log4j : log4j | jar | 1.2.17 |
| org.hsqldb : hsqldb | jar | 2.2.9 |