mapper-core

Mybatis 通用 Mapper

License

License

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

tk.mybatis
ArtifactId

ArtifactId

mapper-core
Last Version

Last Version

4.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

mapper-core
Mybatis 通用 Mapper
Project URL

Project URL

https://mybatis.io

Download mapper-core

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
javax.persistence : persistence-api jar 1.0

provided (1)

Group / Artifact Type Version
org.mybatis : mybatis jar 3.4.6

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
log4j : log4j jar 1.2.17
org.hsqldb : hsqldb jar 2.2.9

Project Modules

There are no modules declared in this project.

Versions

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