License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdtk.mybatis |
ArtifactId | ArtifactIdmapper |
Last Version | Last Version4.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmapper
Mybatis 通用 Mapper Jar 集成
|
Project URL |
Project URL |
Filename | Size |
---|---|
mapper-4.2.1.pom | |
mapper-4.2.1.jar | 93 KB |
mapper-4.2.1-sources.jar | 113 KB |
mapper-4.2.1-javadoc.jar | 530 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tk.mybatis/mapper/ -->
<dependency>
<groupId>tk.mybatis</groupId>
<artifactId>mapper</artifactId>
<version>4.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/tk.mybatis/mapper/
implementation 'tk.mybatis:mapper:4.2.1'
// https://jarcasting.com/artifacts/tk.mybatis/mapper/
implementation ("tk.mybatis:mapper:4.2.1")
'tk.mybatis:mapper:jar:4.2.1'
<dependency org="tk.mybatis" name="mapper" rev="4.2.1">
<artifact name="mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='tk.mybatis', module='mapper', version='4.2.1')
)
libraryDependencies += "tk.mybatis" % "mapper" % "4.2.1"
[tk.mybatis/mapper "4.2.1"]
Group / Artifact | Type | Version |
---|---|---|
javax.persistence : persistence-api | jar | 1.0 |
tk.mybatis : mapper-core Optional | jar | 4.2.1 |
tk.mybatis : mapper-base Optional | jar | 4.2.1 |
tk.mybatis : mapper-extra Optional | jar | 4.2.1 |
tk.mybatis : mapper-spring Optional | jar | 4.2.1 |
tk.mybatis : mapper-weekend Optional | jar | 4.2.1 |
tk.mybatis : mapper-generator Optional | jar | 4.2.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
log4j : log4j | jar | 1.2.17 |
org.hsqldb : hsqldb | jar | 2.2.9 |