License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdtk.mybatis |
ArtifactId | ArtifactIdmapper-base2 |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmapper-base
Mybatis 通用 Mapper 基础方法实现
|
Project URL |
Project URL |
Filename | Size |
---|---|
mapper-base2-1.0.1.pom | |
mapper-base2-1.0.1.jar | 38 KB |
mapper-base2-1.0.1-sources.jar | 74 KB |
mapper-base2-1.0.1-javadoc.jar | 359 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tk.mybatis/mapper-base2/ -->
<dependency>
<groupId>tk.mybatis</groupId>
<artifactId>mapper-base2</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/tk.mybatis/mapper-base2/
implementation 'tk.mybatis:mapper-base2:1.0.1'
// https://jarcasting.com/artifacts/tk.mybatis/mapper-base2/
implementation ("tk.mybatis:mapper-base2:1.0.1")
'tk.mybatis:mapper-base2:jar:1.0.1'
<dependency org="tk.mybatis" name="mapper-base2" rev="1.0.1">
<artifact name="mapper-base2" type="jar" />
</dependency>
@Grapes(
@Grab(group='tk.mybatis', module='mapper-base2', version='1.0.1')
)
libraryDependencies += "tk.mybatis" % "mapper-base2" % "1.0.1"
[tk.mybatis/mapper-base2 "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
javax.persistence : persistence-api Optional | jar | 1.0 |
tk.mybatis : mapper-core Optional | jar | 1.0.4 |
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.4.5 |
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 |