License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdtk.mybatis |
ArtifactId | ArtifactIdmapper-core |
Last Version | Last Version4.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmapper-core
Mybatis 通用 Mapper
|
Project URL |
Project URL |
Filename | Size |
---|---|
mapper-core-4.2.1.pom | |
mapper-core-4.2.1.jar | 98 KB |
mapper-core-4.2.1-sources.jar | 77 KB |
mapper-core-4.2.1-javadoc.jar | 339 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tk.mybatis/mapper-core/ -->
<dependency>
<groupId>tk.mybatis</groupId>
<artifactId>mapper-core</artifactId>
<version>4.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/tk.mybatis/mapper-core/
implementation 'tk.mybatis:mapper-core:4.2.1'
// https://jarcasting.com/artifacts/tk.mybatis/mapper-core/
implementation ("tk.mybatis:mapper-core:4.2.1")
'tk.mybatis:mapper-core:jar:4.2.1'
<dependency org="tk.mybatis" name="mapper-core" rev="4.2.1">
<artifact name="mapper-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='tk.mybatis', module='mapper-core', version='4.2.1')
)
libraryDependencies += "tk.mybatis" % "mapper-core" % "4.2.1"
[tk.mybatis/mapper-core "4.2.1"]
Group / Artifact | Type | Version |
---|---|---|
javax.persistence : persistence-api | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.4.6 |
Group / Artifact | Type | Version |
---|---|---|
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.2
|
1.0.1
|
1.0.0
|
1.0.0-beta3
|
1.0.0-beta2
|