is not current version
Last Version 4.2.1

mapper-core 1.1.5

Mybatis 通用 Mapper

License

License

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

tk.mybatis
ArtifactId

ArtifactId

mapper-core
Version

Version

1.1.5
Type

Type

jar
Description

Description

mapper-core
Mybatis 通用 Mapper
Project URL

Project URL

http://www.mybatis.tk

Download mapper-core 1.1.5


<!-- https://jarcasting.com/artifacts/tk.mybatis/mapper-core/ -->
<dependency>
    <groupId>tk.mybatis</groupId>
    <artifactId>mapper-core</artifactId>
    <version>1.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/tk.mybatis/mapper-core/
implementation 'tk.mybatis:mapper-core:1.1.5'
// https://jarcasting.com/artifacts/tk.mybatis/mapper-core/
implementation ("tk.mybatis:mapper-core:1.1.5")
'tk.mybatis:mapper-core:jar:1.1.5'
<dependency org="tk.mybatis" name="mapper-core" rev="1.1.5">
  <artifact name="mapper-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='tk.mybatis', module='mapper-core', version='1.1.5')
)
libraryDependencies += "tk.mybatis" % "mapper-core" % "1.1.5"
[tk.mybatis/mapper-core "1.1.5"]

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.