Mybatis Mapper

Generic mybatis mapper interface without write SQL yourself

License

License

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.lihongkun
ArtifactId

ArtifactId

mybatis-mapper
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Mybatis Mapper
Generic mybatis mapper interface without write SQL yourself

Download mybatis-mapper

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.mybatis : mybatis jar 3.2.3
org.mybatis : mybatis-spring jar 1.2.1
org.springframework : spring-context Optional jar 4.0.0.RELEASE
org.apache.commons : commons-lang3 jar 3.6
org.slf4j : slf4j-api jar 1.7.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.1