License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdtk.mybatis |
ArtifactId | ArtifactIdmapper-base |
Last Version | Last Version4.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmapper-base
Mybatis 通用 Mapper 基础方法实现
|
Project URL |
Project URL |
Filename | Size |
---|---|
mapper-base-4.2.1.pom | |
mapper-base-4.2.1.jar | 38 KB |
mapper-base-4.2.1-sources.jar | 73 KB |
mapper-base-4.2.1-javadoc.jar | 361 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tk.mybatis/mapper-base/ -->
<dependency>
<groupId>tk.mybatis</groupId>
<artifactId>mapper-base</artifactId>
<version>4.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/tk.mybatis/mapper-base/
implementation 'tk.mybatis:mapper-base:4.2.1'
// https://jarcasting.com/artifacts/tk.mybatis/mapper-base/
implementation ("tk.mybatis:mapper-base:4.2.1")
'tk.mybatis:mapper-base:jar:4.2.1'
<dependency org="tk.mybatis" name="mapper-base" rev="4.2.1">
<artifact name="mapper-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='tk.mybatis', module='mapper-base', version='4.2.1')
)
libraryDependencies += "tk.mybatis" % "mapper-base" % "4.2.1"
[tk.mybatis/mapper-base "4.2.1"]
Group / Artifact | Type | Version |
---|---|---|
javax.persistence : persistence-api | jar | 1.0 |
tk.mybatis : mapper-core Optional | jar | 4.2.1 |
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.4.6 |
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar | 5.1.45 |
junit : junit | jar | 4.12 |
log4j : log4j | jar | 1.2.17 |
org.hsqldb : hsqldb | jar | 2.2.9 |
Version |
---|
4.2.1
|
4.2.0
|
1.1.5
|
1.1.4
|
1.1.3
|
1.1.2
|
1.1.1
|
1.1.0
|
1.0.5
|
1.0.5-beta2
|
1.0.5-beta1
|
1.0.4
|
1.0.4-beta1
|
1.0.1
|
1.0.0
|
1.0.0-beta3
|
1.0.0-beta2
|